forked from Alepha/Alepha
Minor doc spelling fix.
This commit is contained in:
@ -118,7 +118,7 @@ we mostly avoid this issue.
|
|||||||
7) Brace placement shall be "Allman/BSD"-like. Opening braces shall be on a new line, closing braces on a
|
7) Brace placement shall be "Allman/BSD"-like. Opening braces shall be on a new line, closing braces on a
|
||||||
new line. Braces shall be indented by the same level as the line of their "control" statement. A braced-block
|
new line. Braces shall be indented by the same level as the line of their "control" statement. A braced-block
|
||||||
that is not subordinate to a control statement shall be indented as if it had an "if( true )" control statement
|
that is not subordinate to a control statement shall be indented as if it had an "if( true )" control statement
|
||||||
above it. In addition, for such a non subordinate blaock, it is strongly recocmmended to have an introducing
|
above it. In addition, for such a non subordinate block, it is strongly recocmmended to have an introducing
|
||||||
comment that helps set the block apart. do-while loop shall have the while on its own line, after the closing
|
comment that helps set the block apart. do-while loop shall have the while on its own line, after the closing
|
||||||
brace, where possible. Note that one-line compaction is permitted, as is omitting braces for fully subsumed blocks.
|
brace, where possible. Note that one-line compaction is permitted, as is omitting braces for fully subsumed blocks.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user