The style guide currently covers this http://webkit.org/coding/coding-style.html:
for ( ; current; current = current->next) { }
for ( ; current; current = current->next);
So maybe this is the best option. I can add a style guide check for that, unless there are objections
On 26. aug. 2010, at 11.49, Darin Adler wrote:
> On Aug 26, 2010, at 11:35 AM, Chris Fleizach wrote:
>
>> for (...; ...; ...) { }
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev