update wording

This commit is contained in:
Jarcode
2018-10-26 18:42:01 -07:00
parent d21edcfb29
commit 93df114308

View File

@@ -1,7 +1,7 @@
## 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).