Remove dumb line
This commit is contained in:
parent
2eec91d6c1
commit
53675a789c
|
@ -22,7 +22,6 @@ There should be one class per file.
|
||||||
// Use header in current dir
|
// Use header in current dir
|
||||||
#include "relative-header"
|
#include "relative-header"
|
||||||
```
|
```
|
||||||
`..` should be avoided within "relative" headers in the event it causes issues for packagers.<br>
|
|
||||||
Include guards should be handled via `#pragma once`.
|
Include guards should be handled via `#pragma once`.
|
||||||
## Variables
|
## Variables
|
||||||
Variables should be camelCase and be named to make it obvious what their purpose is.<br>
|
Variables should be camelCase and be named to make it obvious what their purpose is.<br>
|
||||||
|
|
Loading…
Reference in a new issue