From eac4ebf1854fbbbfd9fd716a07f692feac8bb331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 14 Jun 2013 07:22:46 +0200 Subject: [PATCH] astyle formatting --- test/testconstructors.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/testconstructors.cpp b/test/testconstructors.cpp index 15387524a..aa426433f 100644 --- a/test/testconstructors.cpp +++ b/test/testconstructors.cpp @@ -1891,8 +1891,7 @@ private: "[test.cpp:42]: (warning) Member variable 'F::c' is not initialized in the constructor.\n", errout.str()); } - void uninitVar26() - { + void uninitVar26() { check("class A {\n" " int * v;\n" " int sz;\n"