We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a546d commit 68176feCopy full SHA for 68176fe
1 file changed
CPP_STYLE_GUIDE.md
@@ -26,7 +26,7 @@ if (foo) {
26
}
27
```
28
29
-(Braces are optional if the statement body only has one line.)
+Braces are optional if the statement body only has one line.
30
31
`namespace`s receive no indentation on their own.
32
@@ -135,4 +135,4 @@ at the top level and not inside of nested calls.
135
A lot of code inside Node.js is written so that typechecking etc. is performed
136
in JavaScript.
137
138
-(Using C++ `throw` is not allowed.)
+Using C++ `throw` is not allowed.
0 commit comments