diff --git a/docs/Format b/docs/Format index c6adf90..74eaf9d 100644 --- a/docs/Format +++ b/docs/Format @@ -118,9 +118,9 @@ 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 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 -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 - 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. Examples: