mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02: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