[webkit-dev] style question for empty for loops

Chris Fleizach cfleizach at apple.com
Thu Aug 26 11:35:33 PDT 2010


Which is preferred?

    for (...; ...; ...) { }

or

    for (...; ...; ...) 
    { }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100826/48d38ade/attachment.html>


More information about the webkit-dev mailing list