This commit is contained in:
AmnonOwed
2014-04-23 19:34:58 +02:00
parent 6146888909
commit dc5571a75f

View File

@@ -154,6 +154,7 @@ public class AutoFormat implements Formatter {
if (lastNonSpaceChar() == '}') {
trimRight(result);
result.append(" ");
e_flg = false;
}
}
result.append(buf);
@@ -393,10 +394,6 @@ public class AutoFormat implements Formatter {
if ((!s_flag) || buf.length() > 0) {
buf.append(c);
}
// // issue https://github.com/processing/processing/issues/364
// s_flag = false;
// trimRight(result);
// result.append(" ");
writeIndentedLine();
s_flag = false;
break;