Bugs item #678760, was opened at 2003-02-01 13:25
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=678760&group_id=44253
Category: Other
Group: Would be nice if fixed ...
Status: Open
Resolution: None
Priority: 2
Submitted By: Jim Van Fleet (bigfleet)
Assigned to: Nobody/Anonymous (nobody)
Summary: Non-bracketed nesting indentation snafu
Initial Comment:
Let's say a user is doing a nested for loop with one
line of main action, looking like so
for ( blah )
for ( bleh )
...
The action line shows up where the dots are, instead of
being indented. This can be avoided with use of
brackets, but coders can vary in their preference of
extra crud.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=678760&group_id=44253
|