Don't produce lines filled with only spaces (produce an empty one instead)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6336 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
167510f3e7
commit
83b2440a3d
|
@ -713,7 +713,8 @@ sub printLoadFunc
|
|||
|
||||
s/\bABORT\b/goto in_statement_err/g;
|
||||
|
||||
$$output .= "\t\t\t$_\n";
|
||||
$$output .= "\t\t\t$_" if /\S/;
|
||||
$$output .= "\n";
|
||||
}
|
||||
|
||||
$line = $$output =~ s/\n/\n/sg;
|
||||
|
|
Loading…
Reference in New Issue