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)
|
- [Formatting](#formatting)
|
||||||
- [Indentation](#indentation)
|
- [Indentation](#indentation)
|
||||||
- [Braces](#braces)
|
- [Braces](#braces)
|
||||||
|
- [Whitespace](#whitespace)
|
||||||
- [Functions](#functions)
|
- [Functions](#functions)
|
||||||
- [Derived Types](#derived-types)
|
- [Derived Types](#derived-types)
|
||||||
- [Comments](#comments)
|
- [Comments](#comments)
|
||||||
|
@ -94,6 +95,7 @@ exit(error);
|
||||||
```
|
```
|
||||||
|
|
||||||
### Braces
|
### Braces
|
||||||
|
### Whitespace
|
||||||
|
|
||||||
```c
|
```c
|
||||||
prec_control->numCodeblocks_a = (uint64)(prec_control->numCbX
|
prec_control->numCodeblocks_a = (uint64)(prec_control->numCbX
|
||||||
|
|
Loading…
Reference in a new issue