| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0bdeeda commit f903ad8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -179,7 +179,7 @@ For plain C-like structs snake_case can be used. | |||
| 179 | 179 | ```cpp | |
| 180 | 180 | struct foo_bar { | |
| 181 | 181 | int name; | |
| 182 | - } | ||
| 182 | + }; | ||
| 183 | 183 | ``` | |
| 184 | 184 | ||
| 185 | 185 | ### Space after `template` | |
@@ -188,7 +188,7 @@ struct foo_bar { | |||
| 188 | 188 | template <typename T> | |
| 189 | 189 | class FancyContainer { | |
| 190 | 190 | ... | |
| 191 | - } | ||
| 191 | + }; | ||
| 192 | 192 | ``` | |
| 193 | 193 | ||
| 194 | 194 | ## Memory management | |
| Back | FazBrowse Home | New Git URL |
0 commit comments