tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2968c716d7689eafcf32a1f5327af7b1ad1582ce
parent a3ec89a4f8a6222403697b7f7fce5d5138b79994
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 29 Jun 2018 23:11:47 -0400

Merge branch 'maint-0.2.9' into maint-0.3.1

Diffstat:
Mscripts/maint/checkSpace.pl | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git 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); }