2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +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 = "$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 = ""; my $body = "";
while (<SOURCE>) { while (<SOURCE>) {
# Remove trailing white space. # Remove trailing white space.