update wording
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
## Code Style
|
## Code Style
|
||||||
|
|
||||||
GLava uses a bastardized version of the [linux kernel style](https://www.kernel.org/doc/html/v4.10/process/coding-style.html), with a few changes:
|
GLava uses a bastardized version of the [linux kernel style](https://www.kernel.org/doc/html/v4.10/process/coding-style.html), with the following modifications:
|
||||||
|
|
||||||
* Opening braces are _always_ on the same line as the token it is associated with (`if`, `while`, labels, functions). The only time this is not honoured is when a set of braces has no associated token (ie. scope usage).
|
* Opening braces are _always_ on the same line as the token it is associated with (`if`, `while`, labels, functions). The only time this is not honoured is when a set of braces has no associated token (ie. scope usage).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user