docs: Mention newline requirement for multi-line function decl

This commit is contained in:
Daan De Meyer
2025-10-06 12:44:09 +02:00
committed by Yu Watanabe
parent 03bdf74dcf
commit f228115a69

View File

@@ -37,7 +37,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
int a, b, c;
```
(i.e. use double indentation — 16 spaces — for the parameter list.)
(i.e. use double indentation — 16 spaces — for the parameter list and leave a
newline between the function declaration and the first variable declaration.)
- Try to write this: