mirror of https://github.com/encounter/SDL.git
wikiheaders.pl: Whitespace fixes.
This commit is contained in:
parent
c486959e71
commit
5753fd73c3
|
@ -427,6 +427,12 @@ while (readdir(DH)) {
|
||||||
}
|
}
|
||||||
close(FH);
|
close(FH);
|
||||||
|
|
||||||
|
foreach (keys %sections) {
|
||||||
|
$sections{$_} =~ s/\A\n+//;
|
||||||
|
$sections{$_} =~ s/\n+\Z//;
|
||||||
|
$sections{$_} .= "\n";
|
||||||
|
}
|
||||||
|
|
||||||
if (0) {
|
if (0) {
|
||||||
foreach (@section_order) {
|
foreach (@section_order) {
|
||||||
print("$fn SECTION '$_':\n");
|
print("$fn SECTION '$_':\n");
|
||||||
|
|
Loading…
Reference in New Issue