diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-09 19:03:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-09 19:03:31 +0000 |
commit | 08318237636f16badf8fb81e0936766c7129515f (patch) | |
tree | 9185217320870f62c19a9be2ebd81cc337100710 /contrib | |
parent | ed426e6ac540d78b355acbddb255daf56e32f381 (diff) | |
download | tor-08318237636f16badf8fb81e0936766c7129515f.tar tor-08318237636f16badf8fb81e0936766c7129515f.tar.gz |
Change end-of-file NLNL convention. It turns out arma I and I agree.
svn:r4382
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/checkSpace.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/checkSpace.pl b/contrib/checkSpace.pl index 8b6fb828b..3b6c6f54d 100755 --- a/contrib/checkSpace.pl +++ b/contrib/checkSpace.pl @@ -75,7 +75,7 @@ for $fn (@ARGV) { } } } - if ($lastnil) { + if (! $lastnil) { print " EOL\@EOF:$fn:$.\n"; } close(F); |