Option 1 Seems in keeping with what is done for constructors/functions w/o bodies, so for consistency, I think it it preferable.
On Thu, Aug 26, 2010 at 11:35 AM, Chris Fleizach <[email protected]>wrote: > Which is preferred? > > for (...; ...; ...) { } > > or > > for (...; ...; ...) > { } > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

