we welcome all bracing styles

This commit is contained in:
Benjamin Peterson 2012-01-02 19:08:51 -06:00
parent b2fc8ab349
commit a594304e82
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ Code lay-out
}
- Code structure: one space between keywords like 'if', 'for' and
the following left paren; no spaces inside the paren; braces as
the following left paren; no spaces inside the paren; braces may be
omitted where C permits but when present, they should be formatted as
shown:
if (mro != NULL) {