diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 23:12:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 23:12:03 -0400 |
commit | 3808e3015a75def1cfa7554aae4c6b06d9498d73 (patch) | |
tree | cdbea27d8aab4aed8839e54919dbc35d86ba47a7 /scripts | |
parent | 8093a63f9525981eb197e365ec00c63f53dd66fe (diff) | |
parent | 72ee0b6f793949c4637c5878c51a39316f0b336e (diff) | |
download | tor-3808e3015a75def1cfa7554aae4c6b06d9498d73.tar.gz tor-3808e3015a75def1cfa7554aae4c6b06d9498d73.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/checkSpace.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/maint/checkSpace.pl b/scripts/maint/checkSpace.pl index 9929932cc5..a12370f21f 100755 --- a/scripts/maint/checkSpace.pl +++ b/scripts/maint/checkSpace.pl @@ -192,11 +192,6 @@ for my $fn (@ARGV) { } } } - ## Warn if the file doesn't end with a blank line. - # (End each file with a single blank line.) - if (! $lastnil) { - msg " EOL\@EOF:$fn:$.\n"; - } close(F); } |