Changes between Version 7 and Version 8 of Coding Style Guidelines
- Timestamp:
- Nov 8, 2006, 2:32:56 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Coding Style Guidelines
v7 v8 28 28 }}} 29 29 30 * Other braces including `for`, `while`, `do`, `switch` statements and classdefinitions — 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. 31 31 32 32 '''Right:'''