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 | 3c97b148a42f6863ccf4b950967ce345d2fc8cbe (patch) | |
tree | 2469ca5fb1d0ba6f9751548c446a6879be06708f /scripts | |
parent | ed84dab8b4cd691dcdc0fecfb9c451bb0ffd930a (diff) | |
parent | 2968c716d7689eafcf32a1f5327af7b1ad1582ce (diff) | |
download | tor-3c97b148a42f6863ccf4b950967ce345d2fc8cbe.tar.gz tor-3c97b148a42f6863ccf4b950967ce345d2fc8cbe.zip |
Merge branch 'maint-0.3.1' into maint-0.3.2
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); } |