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)