| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f80fbd2 commit 7d1d261
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | * [CamelCase for methods, functions, and classes](#camelcase-for-methods-functions-and-classes) | |
| 14 | 14 | * [snake\_case for local variables and parameters](#snake_case-for-local-variables-and-parameters) | |
| 15 | 15 | * [snake\_case\_ for private class fields](#snake_case_-for-private-class-fields) | |
| 16 | - * [snake\_case\_ for C-like structs](#snake_case_-for-c-like-structs) | ||
| 16 | + * [snake\_case for C-like structs](#snake_case-for-c-like-structs) | ||
| 17 | 17 | * [Space after `template`](#space-after-template) | |
| 18 | 18 | * [Memory Management](#memory-management) | |
| 19 | 19 | * [Memory allocation](#memory-allocation) | |
@@ -169,7 +169,7 @@ class Foo { | |||
| 169 | 169 | }; | |
| 170 | 170 | ``` | |
| 171 | 171 | ||
| 172 | - ### snake\_case\_ for C-like structs | ||
| 172 | + ### snake\_case for C-like structs | ||
| 173 | 173 | For plain C-like structs snake_case can be used. | |
| 174 | 174 | ||
| 175 | 175 | ```c++ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments