Skip to content

Commit

Permalink
we welcome all bracing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jan 3, 2012
1 parent b2fc8ab commit a594304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pep-0007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a594304

Please sign in to comment.