mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update CodingStyle
Initializers were not documenting what we actually do. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
86ac7fdf47
commit
2ffdb8945f
1 changed files with 3 additions and 2 deletions
|
@ -73,8 +73,9 @@ Basic rules
|
||||||
- in a C++ constructor initialization list, the colon is on the same line and
|
- in a C++ constructor initialization list, the colon is on the same line and
|
||||||
continuation lines are aligned as the rule above:
|
continuation lines are aligned as the rule above:
|
||||||
|
|
||||||
ClassName::ClassName() : x(1), y(2),
|
ClassName::ClassName() : x(1),
|
||||||
z(3)
|
y(2),
|
||||||
|
z(3)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue