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 | 01baad0a63780d42e01629777058c3b7f240a9bd (patch) | |
tree | 6de19634bc5aaf9f9e91435cca7d3ca9c55483f4 | |
parent | 1d43779960cb02d3bd176207044c97a80696dd55 (diff) | |
parent | 2968c716d7689eafcf32a1f5327af7b1ad1582ce (diff) | |
download | tor-release-0.3.1.tar.gz tor-release-0.3.1.zip |
Merge branch 'maint-0.3.1' into release-0.3.1release-0.3.1
-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 6d19d6ccde..3043eb1aaf 100755 --- a/scripts/maint/checkSpace.pl +++ b/scripts/maint/checkSpace.pl @@ -188,11 +188,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); } |