mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 11:55:38 +01:00
Moving flag reset
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user