From ccbfd623d5c20bd5ca19fb1a67827e6a48396f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 31 May 2018 07:02:08 +0200 Subject: [PATCH] astyle formatting [ci skip] --- test/testsimplifytemplate.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/testsimplifytemplate.cpp b/test/testsimplifytemplate.cpp index 4adebd3bf..ade91437e 100644 --- a/test/testsimplifytemplate.cpp +++ b/test/testsimplifytemplate.cpp @@ -1657,14 +1657,13 @@ private: 2, ":: %name% (")); } - void templateParameterWithoutName() - { + void templateParameterWithoutName() { ASSERT_EQUALS(1U, templateParameters("template struct s;")); ASSERT_EQUALS(1U, templateParameters("template typename T> struct A {\n" " void f();n" " void g();\n" "};n")); - } + } }; REGISTER_TEST(TestSimplifyTemplate)