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