aboutsummaryrefslogtreecommitdiff
path: root/contrib/checkSpace.pl
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-05-05 15:55:32 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-05-05 17:05:45 +0200
commitb875a7a0f20be4108c1ef9c77b1c50cba34f1e40 (patch)
tree7094dbd37ad2df0bd648c4fe7ae41564dffea651 /contrib/checkSpace.pl
parentd0cb5e5b0bfa55ac7e3ec4f28cdea309aaeefd51 (diff)
downloadtor-b875a7a0f20be4108c1ef9c77b1c50cba34f1e40.tar
tor-b875a7a0f20be4108c1ef9c77b1c50cba34f1e40.tar.gz
checkSpace.pl doesn't need to worry about svn tags anymore
Diffstat (limited to 'contrib/checkSpace.pl')
-rwxr-xr-xcontrib/checkSpace.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/checkSpace.pl b/contrib/checkSpace.pl
index 37f079c52..db061a082 100755
--- a/contrib/checkSpace.pl
+++ b/contrib/checkSpace.pl
@@ -42,9 +42,8 @@ for $fn (@ARGV) {
$lastnil = 0;
}
## Terminals are still 80 columns wide in my world. I refuse to
- ## accept double-line lines. Except, of course, svn Id tags
- ## can make us go long.
- if (/^.{80}/ && !/\$Id: /) {
+ ## accept double-line lines.
+ if (/^.{80}/) {
print " Wide:$fn:$.\n";
}
### Juju to skip over comments and strings, since the tests