Changes between Version 7 and Version 8 of Coding Style Guidelines


Ignore:
Timestamp:
Nov 8, 2006 2:32:56 PM (17 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Coding Style Guidelines

    v7 v8  
    2828 }}}
    2929
    30  * 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.
     30 * Other braces including `for`, `while`, `do`, `switch` statements, as well as `class`, `struct` and `namespace` definitions — the open brace should go on the same line as the as the control structure.
    3131
    3232 '''Right:'''