mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +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 (/(\w+)\s\(/) {
|
||||||
if ($1 ne "if" and $1 ne "while" and $1 ne "for" and
|
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 "switch" and $1 ne "return" and $1 ne "int" and
|
||||||
|
$1 ne "elsif" and
|
||||||
$1 ne "void" and $1 ne "__attribute__") {
|
$1 ne "void" and $1 ne "__attribute__") {
|
||||||
print " fn ():$fn:$.\n";
|
print " fn ():$fn:$.\n";
|
||||||
}
|
}
|
||||||
|
@ -113,3 +114,4 @@ for $fn (@ARGV) {
|
||||||
}
|
}
|
||||||
close(F);
|
close(F);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue