Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[squash] cjihrig nits
  • Loading branch information
addaleax committed Oct 12, 2017
commit 68176fe0d8dad14bf1c43fba7f963cc0558a0341
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.