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
commit3c97b148a42f6863ccf4b950967ce345d2fc8cbe (patch)
tree2469ca5fb1d0ba6f9751548c446a6879be06708f
parented84dab8b4cd691dcdc0fecfb9c451bb0ffd930a (diff)
parent2968c716d7689eafcf32a1f5327af7b1ad1582ce (diff)
downloadtor-3c97b148a42f6863ccf4b950967ce345d2fc8cbe.tar.gz
tor-3c97b148a42f6863ccf4b950967ce345d2fc8cbe.zip
Merge branch 'maint-0.3.1' into maint-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);
}