From 1936eb8676bc50350f2af872c860a6b48c158a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 21 May 2013 16:59:58 +0200 Subject: [PATCH] astyle formatting --- test/testconstructors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testconstructors.cpp b/test/testconstructors.cpp index e2a5f7d7b..5211c8d4b 100644 --- a/test/testconstructors.cpp +++ b/test/testconstructors.cpp @@ -1869,7 +1869,7 @@ private: " int c;\n" " F(int x = 0, int y = 0, int z = 0);\n" "};\n" - "F::F(int, int, int) { }\n", true); + "F::F(int, int, int) { }\n", true); ASSERT_EQUALS("[test.cpp:7]: (warning) Member variable 'A::a' is not initialized in the constructor.\n" "[test.cpp:7]: (warning) Member variable 'A::b' is not initialized in the constructor.\n" "[test.cpp:7]: (warning) Member variable 'A::c' is not initialized in the constructor.\n"