Update 'Coding Style'

Patrick Vogler 2023-06-21 14:31:49 +00:00
parent 56bc084a26
commit 0a4538ca06

@ -52,8 +52,6 @@ while ((c = *str++))
}
```
Continuation lines should align wrapped elements either vertically using Pythons implicit line joining inside parentheses, brackets and braces, or using a hanging indent . When using a hanging indent the following should be considered; there should be no arguments on the first line and further indentation should be used to clearly distinguish itself as a continuation line:
```c
error = initialize_tagtree(&prec_control->tag_inclusion,
prec_control->numCbX,