]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
checkSpace.pl doesn't need to worry about svn tags anymore
authorSebastian Hahn <sebastian@torproject.org>
Tue, 5 May 2009 13:55:32 +0000 (15:55 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Tue, 5 May 2009 15:05:45 +0000 (17:05 +0200)
contrib/checkSpace.pl

index 37f079c52b0f4f5039b3a90a6a73d2f6feb7106c..db061a08288ce471ec58652a7fb7aa8a7171d7e9 100755 (executable)
@@ -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