NAME

t/codingstd/c_operator.t - checks spacing around operators in C source

SYNOPSIS

    # test all files
    % prove t/codingstd/c_operator.t

    # test specific files
    % perl t/codingstd/c_operator.t src/foo.c include/parrot/bar.h

DESCRIPTION

Checks that all C language source files have the proper use of spacing around operators.

AUTHOR

Paul Cochrane <paultcochrane at gmail dot com>

SEE ALSO

"pdds/pdd07_codingstd.pod" in docs