The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

tools/dev/run_indent.pl - Check indentation in C files

SYNOPSIS

    % perl tools/dev/run_indent.pl file1 [file2 ...]

DESCRIPTION

This script ensures that the specified C source files have correct indentation.

You will need to have C::Scan installed to run this. Use the CPAN shell:

    perl -MCPAN -e shell 
    cpan> install C::Scan 
    ...