aboutsummaryrefslogtreecommitdiff
path: root/contrib/checkSpace.pl
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-08 00:33:43 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-08 00:33:43 +0000
commitea00437f7475fee28cb15a3a2d1136a4114a97af (patch)
tree29857b2941d24b5f9c2ed899f0386794b73563c3 /contrib/checkSpace.pl
parent1c01797c166296c41ca5ebc2b9c64c68df8a4240 (diff)
downloadtor-ea00437f7475fee28cb15a3a2d1136a4114a97af.tar.gz
tor-ea00437f7475fee28cb15a3a2d1136a4114a97af.zip
r8933@totoro: nickm | 2006-10-07 20:33:16 -0400
whitespace fixes; add changelog for last commit. svn:r8644
Diffstat (limited to 'contrib/checkSpace.pl')
-rwxr-xr-xcontrib/checkSpace.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/checkSpace.pl b/contrib/checkSpace.pl
index aff96861a9..7c2ee39d1d 100755
--- a/contrib/checkSpace.pl
+++ b/contrib/checkSpace.pl
@@ -83,7 +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 "elsif" and $1 ne "WINAPI" and
$1 ne "void" and $1 ne "__attribute__") {
print " fn ():$fn:$.\n";
}