mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Finally remove our EOL@EOF check.
This check was added by mistake long ago. It will be nice to see these EOLs disappear from our code over time. (backport from master)
This commit is contained in:
parent
3c0a63c40f
commit
1953a7e61d
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue