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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user