Moving flag reset

This commit is contained in:
AmnonOwed
2014-04-23 19:39:48 +02:00
parent dc5571a75f
commit b6da3317fb

View File

@@ -154,8 +154,8 @@ public class AutoFormat implements Formatter {
if (lastNonSpaceChar() == '}') {
trimRight(result);
result.append(" ");
e_flg = false;
}
e_flg = false;
}
result.append(buf);
buf.setLength(0);