can break after }; too
This commit is contained in:
parent
d911d83ca1
commit
ab299eb39a
1 changed files with 1 additions and 1 deletions
2
runoff1
2
runoff1
|
@ -42,7 +42,7 @@ for($i=0; $i<@lines; ){
|
||||||
$breakbefore = $j;
|
$breakbefore = $j;
|
||||||
$lines[$j] = "";
|
$lines[$j] = "";
|
||||||
}
|
}
|
||||||
if($lines[$j] =~ /^}$/){
|
if($lines[$j] =~ /^};?$/){
|
||||||
$breakbefore = $j+1;
|
$breakbefore = $j+1;
|
||||||
}
|
}
|
||||||
if($lines[$j] =~ /^{$/){
|
if($lines[$j] =~ /^{$/){
|
||||||
|
|
Loading…
Reference in a new issue