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