Skip to content

Commit 06be12e

Browse files
author
Break Yang
committed
fix the switch example.
1 parent 3528fd6 commit 06be12e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ format and focus on more important stuff.
262262
is huge enough to compensate the loss.
263263
1. `auto` is permitted when it promotes readability.
264264
1. `switch` cases may have scopes:
265+
265266
```c++
266267
switch (var) {
267268
case 0: { // 2 space indent

0 commit comments

Comments
 (0)