On Jun 4, 2009, at 11:28 AM, David Levin wrote:
I've thought rule of the rule as this
"Control clauses (including any preceeding comments) that are
one physical line should not use braces".
So something like
if (test) {
myFunction(reallyLongParam1, reallyLongParam2, ...
reallyLongParam4);
}
would also have braces.
Is that how others interpret it?
Yes.
-- Darin
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev