Skip to content

Commit

Permalink
[squash] cjihrig nits
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 12, 2017
1 parent 66a546d commit 68176fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CPP_STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (foo) {
}
```

(Braces are optional if the statement body only has one line.)
Braces are optional if the statement body only has one line.

`namespace`s receive no indentation on their own.

Expand Down Expand Up @@ -135,4 +135,4 @@ at the top level and not inside of nested calls.
A lot of code inside Node.js is written so that typechecking etc. is performed
in JavaScript.
(Using C++ `throw` is not allowed.)
Using C++ `throw` is not allowed.

0 comments on commit 68176fe

Please sign in to comment.