From: Sebastian Hahn Date: Tue, 5 May 2009 13:55:32 +0000 (+0200) Subject: checkSpace.pl doesn't need to worry about svn tags anymore X-Git-Tag: tor-0.2.2.1-alpha~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b875a7a0f20be4108c1ef9c77b1c50cba34f1e40;p=thirdparty%2Ftor.git checkSpace.pl doesn't need to worry about svn tags anymore --- diff --git a/contrib/checkSpace.pl b/contrib/checkSpace.pl index 37f079c52b..db061a0828 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