summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 23:12:03 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 23:12:03 -0400
commit855b27b9e76aadb8b771e1aaf350f676df797a56 (patch)
tree2d88e999256ae9d72ff60963532bcedd42b3f415
parent71bcba4704bbf20bf4676e35a0c3cfa9b8bc4df6 (diff)
parent3c97b148a42f6863ccf4b950967ce345d2fc8cbe (diff)
downloadtor-855b27b9e76aadb8b771e1aaf350f676df797a56.tar.gz
tor-855b27b9e76aadb8b771e1aaf350f676df797a56.zip
Merge branch 'maint-0.3.2' into release-0.3.2
-rwxr-xr-xscripts/maint/checkSpace.pl5
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);
}