Update 'Coding Style'
parent
7b8bafd7c6
commit
8782bbace1
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ This document discusses practices and style for programmers working on the BigWh
|
|||
- [Formatting](#formatting)
|
||||
- [Indentation](#indentation)
|
||||
- [Braces](#braces)
|
||||
- [Whitespace](#whitespace)
|
||||
- [Functions](#functions)
|
||||
- [Derived Types](#derived-types)
|
||||
- [Comments](#comments)
|
||||
|
@ -94,6 +95,7 @@ exit(error);
|
|||
```
|
||||
|
||||
### Braces
|
||||
### Whitespace
|
||||
|
||||
```c
|
||||
prec_control->numCodeblocks_a = (uint64)(prec_control->numCbX
|
||||
|
|
Loading…
Reference in a new issue