2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

cleanup trailing whitespace

This commit is contained in:
Mark Andrews
2015-10-22 16:24:03 +11:00
parent 30eec077db
commit 79f0eedd65
8 changed files with 11 additions and 9 deletions

View File

@@ -559,7 +559,9 @@ foreach $file (keys %file_types) {
$body = "$body$_";
}
$_ = $body;
} elsif ($type eq "SGML" && $sysyears =~ /$this_year/) {
} elsif (($type eq "SGML" || $type eq "HTML" ||
$type eq "MAKE") &&
$sysyears =~ /$this_year/) {
my $body = "";
while (<SOURCE>) {
# Remove trailing white space.