mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
docs: Mention newline requirement for multi-line function decl
This commit is contained in:
committed by
Yu Watanabe
parent
03bdf74dcf
commit
f228115a69
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user