NAME

t/codingstd/trailing_space.t - checks for superfluous trailing space or tab characters

SYNOPSIS

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

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

DESCRIPTION

Checks that files don't have trailing space or tab characters between the last nominal character on the line and the end of line character.

SEE ALSO

"pdds/pdd07_codingstd.pod" in docs