Apply checkSpace.pl to checkSpace.pl.

svn:r6901
This commit is contained in:
Nick Mathewson 2006-07-25 22:33:57 +00:00
parent fc9ed724ed
commit 4fe3c607ad

View file

@ -83,6 +83,7 @@ for $fn (@ARGV) {
if (/(\w+)\s\(/) {
if ($1 ne "if" and $1 ne "while" and $1 ne "for" and
$1 ne "switch" and $1 ne "return" and $1 ne "int" and
$1 ne "elsif" and
$1 ne "void" and $1 ne "__attribute__") {
print " fn ():$fn:$.\n";
}
@ -113,3 +114,4 @@ for $fn (@ARGV) {
}
close(F);
}