Changes between Version 21 and Version 22 of Hacking
- Timestamp:
- 11/02/12 07:37:02 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hacking
v21 v22 109 109 If the beginning statement has to be broken across lines due to length, the beginning brace should be on a line of its own. 110 110 111 Do not unnecessarily use braces where a single statement will do. 112 If lines is more than one to use braces. 113 111 114 '''This is right:''' 112 115 {{{