can break after }; too

This commit is contained in:
rsc 2006-09-08 14:19:30 +00:00
parent d911d83ca1
commit ab299eb39a

View file

@ -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] =~ /^{$/){