[quote]Nothing that much wrong if the if statement is just one line. What is REALY bad is
if (a > i)
somethingugly()
of course it might be used with for as well.
[/quote]
I should probably not let you read my code then… 
[quote] would have to say that the near-perfection of Eclipse’s code formatter should relegate these religious whitespace arguments to a thing of the past.
After ctrl-s, my most-used shortcut is esc,ctrl-f.
[/quote]
Amen to that. Although it does mess with some stuff… Why can’t it let local variables be formatted nicely as class fields? And it messed with nice things like
if (abc) do.the.thing();
else if (bcd) do.the.other.thing();
else if (cde) do.something.else(),
I like nice lineups!

