diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-09 16:46:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-09 16:46:51 +0000 |
commit | a6f51001a5d18c5de9a333db71390195debc7b01 (patch) | |
tree | ff70b1a26966509062e1aebbe91886497705b270 /contrib | |
parent | 0a234af4658a3fbb92f76af7f9a29caf5fe84ef1 (diff) | |
download | tor-a6f51001a5d18c5de9a333db71390195debc7b01.tar tor-a6f51001a5d18c5de9a333db71390195debc7b01.tar.gz |
New whitespace normalization rule: no blank line at EOF.
svn:r4378
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/checkSpace.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/checkSpace.pl b/contrib/checkSpace.pl index 8724250bc..8b6fb828b 100755 --- a/contrib/checkSpace.pl +++ b/contrib/checkSpace.pl @@ -75,5 +75,8 @@ for $fn (@ARGV) { } } } + if ($lastnil) { + print " EOL\@EOF:$fn:$.\n"; + } close(F); } |