Merge branch 'maint-0.2.9' into release-0.2.9

This commit is contained in:
Nick Mathewson
2018-06-29 23:11:12 -04:00
-6
View File
@@ -177,11 +177,5 @@ for $fn (@ARGV) {
}
}
}
## Warn if the file doesn't end with a blank line.
# (End each file with a single blank line.)
if (! $lastnil) {
print " EOL\@EOF:$fn:$.\n";
}
close(F);
}