back out autoformat change (#1791)

This commit is contained in:
Ben Fry
2013-06-01 15:58:33 -04:00
parent 708dd2d15d
commit 1ad466944c
2 changed files with 9 additions and 7 deletions

View File

@@ -376,10 +376,10 @@ 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(" ");
// // issue https://github.com/processing/processing/issues/364
// s_flag = false;
// trimRight(result);
// result.append(" ");
writeIndentedLine();
s_flag = false;