mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
wikiheaders.pl: Whitespace fixes.
This commit is contained in:
parent
c486959e71
commit
5753fd73c3
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue