mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-07 18:39:37 +01:00
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
Block a user