new lines fixed

This commit is contained in:
Honfika
2013-11-01 13:18:27 +01:00
parent 3b69e9f291
commit 9b5acbcaee
10 changed files with 17 additions and 10 deletions

View File

@@ -98,7 +98,7 @@ public class ForItem extends LoopItem implements Block {
}
}
writer.unindent();
writer.append("}").newLine();
writer.append("}");
if (writer instanceof NulWriter) {
LoopWithType loopOjb = ((NulWriter)writer).endLoop(loop.id);
labelUsed = loopOjb.used;