Skip to content
Snippets Groups Projects
Commit b875a7a0 authored by Sebastian Hahn's avatar Sebastian Hahn
Browse files

checkSpace.pl doesn't need to worry about svn tags anymore

parent d0cb5e5b
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment