Skip to content

Commit ccbfd62

Browse files
committed
astyle formatting
[ci skip]
1 parent 02f9ab3 commit ccbfd62

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/testsimplifytemplate.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,14 +1657,13 @@ class TestSimplifyTemplate : public TestFixture {
16571657
2, ":: %name% ("));
16581658
}
16591659

1660-
void templateParameterWithoutName()
1661-
{
1660+
void templateParameterWithoutName() {
16621661
ASSERT_EQUALS(1U, templateParameters("template<typename = void> struct s;"));
16631662
ASSERT_EQUALS(1U, templateParameters("template<template<typename = float> typename T> struct A {\n"
16641663
" void f();n"
16651664
" void g();\n"
16661665
"};n"));
1667-
}
1666+
}
16681667
};
16691668

16701669
REGISTER_TEST(TestSimplifyTemplate)

0 commit comments

Comments
 (0)