[webkit-dev] style question for empty for loops

David Levin levin at chromium.org
Thu Aug 26 11:41:32 PDT 2010


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 <cfleizach at apple.com>wrote:

> Which is preferred?
>
>     for (...; ...; ...) { }
>
> or
>
>     for (...; ...; ...)
>     { }
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100826/620c15fc/attachment.html>


More information about the webkit-dev mailing list