mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-21 22:12:03 +01:00
Apply checkSpace.pl to checkSpace.pl.
svn:r6901
This commit is contained in:
parent
fc9ed724ed
commit
4fe3c607ad
1 changed files with 38 additions and 36 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue