Skip to content

Commit 68176fe

Browse files
committed
[squash] cjihrig nits
1 parent 66a546d commit 68176fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CPP_STYLE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (foo) {
2626
}
2727
```
2828

29-
(Braces are optional if the statement body only has one line.)
29+
Braces are optional if the statement body only has one line.
3030

3131
`namespace`s receive no indentation on their own.
3232

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

0 commit comments

Comments
 (0)