mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
parent
29dce84b98
commit
24b733f0b9
|
@ -20313,7 +20313,7 @@ Use separate lines for each statement, the branches of an `if`, and the body of
|
|||
|
||||
##### Note
|
||||
|
||||
The `{` for a `class` and a `struct` in *not* on a separate line, but the `{` for a function is.
|
||||
The `{` for a `class` and a `struct` is *not* on a separate line, but the `{` for a function is.
|
||||
|
||||
##### Note
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user