So, other then the space before an auto decl of a for loop index, I think this seems pretty reasonable:
for (var i = 0; i < 10 ; ++i) { }
turns into
for ( var i = 0; i < 10 ; ++i) { }
I can live with it...
http://gwt-code-reviews.appspot.com/1442805/
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
