git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12880
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-02-17 Darin Adler <darin@apple.com>
+
+ * coding/coding-style.html: Mention other non-function brace cases.
+
2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
Reviewed by Tim H.
}
</pre>
</li>
-<li> Loop control structures, including for, while and do statements — the open brace should go on the same line as the as the control structure.<br />
+<li> Other braces, including for, while, do, switch statements and class definitions — the open brace should go on the same line as the as the control structure.<br />
<h4 style="color: #008000 !important">Right:</h4>
<pre style="background-color: #F2F2F2">