Update 'Coding Style'

Patrick Vogler 2023-06-22 14:17:20 +00:00
parent 4a7c92aa40
commit 4b7bd7d588

@ -361,7 +361,9 @@ For header files, the function prototypes must be vertically aligned in six colu
```
Each column is marked by the function delimiter with a `|` with each element in the column right aligned to the column seperator. The delimiter must precede every function prototype except the first.
### Derived Types
### Variables
### Structures, enumerations, typedefs
## Comments
## Syntactic Conventions