mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-20 13:34:51 +01:00
checkSpace.pl doesn't need to worry about svn tags anymore
This commit is contained in:
parent
d0cb5e5b0b
commit
b875a7a0f2
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue