Update 'Coding Style'
parent
594f3d8dd1
commit
56af6c3efd
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="400" src="https://code.hlrs.de/hpcpvogl/BigWhoop/raw/branch/main/docs/img/Headline.svg" alt="Test"
|
<img width="400" src="https://code.hlrs.de/hpcpvogl/BigWhoop/raw/branch/main/docs/img/Headline.svg" alt="Headline"
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
|
@ -69,12 +69,7 @@ error = initialize_tagtree(
|
||||||
exit(error);
|
exit(error);
|
||||||
```
|
```
|
||||||
### Braces
|
### Braces
|
||||||
```c
|
|
||||||
prec_control->numCodeblocks_a = (uint64)(prec_control->numCbX
|
|
||||||
* prec_control->numCbY
|
|
||||||
* prec_control->numCbZ
|
|
||||||
* prec_control->numCbTS);
|
|
||||||
```
|
|
||||||
### Functions
|
### Functions
|
||||||
### Derived Types
|
### Derived Types
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue