Menu

#942 Indentation error

open
nobody
None
5
2013-09-21
2013-09-21
No

Running Dr. Java 20130901-r5756 on a Mac Powerbook. Does not format the following correctly in terms of indentation:
if ()
for ()
statement;
else
other statement;

Formats as
if ()
for ()
statement;
else
other statement;

Discussion


Log in to post a comment.