The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 
    ...