From 2ffdb8945f77e051630a90556a653de1c2f1e438 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 23 Mar 2015 05:54:16 -0700 Subject: Update CodingStyle Initializers were not documenting what we actually do. Signed-off-by: Dirk Hohndel --- CodingStyle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CodingStyle') diff --git a/CodingStyle b/CodingStyle index 75aa1d431..56511d93d 100644 --- a/CodingStyle +++ b/CodingStyle @@ -73,8 +73,9 @@ Basic rules - in a C++ constructor initialization list, the colon is on the same line and continuation lines are aligned as the rule above: - ClassName::ClassName() : x(1), y(2), - z(3) + ClassName::ClassName() : x(1), + y(2), + z(3) { } -- cgit v1.2.3-70-g09d2