diff --git a/clang/test/CodeGenCXX/debug-info-template.cpp b/clang/test/CodeGenCXX/debug-info-template.cpp index 9d52159bed84763d4b80b51af9604594dc213353..438ec1efca688122ac745a38d7524c1110f589c2 100644 --- a/clang/test/CodeGenCXX/debug-info-template.cpp +++ b/clang/test/CodeGenCXX/debug-info-template.cpp @@ -32,15 +32,15 @@ static Test test; // PR9608 template struct TheTemplate { - struct Empty2 {}; - typedef const Empty2 DependentType[i]; - TheTemplate() {} -}; + struct Empty2 {}; + typedef const Empty2 DependentType[i]; + TheTemplate() {} +}; -class TheTemplateTest : public TheTemplate<42> { - TheTemplateTest(); - void method(const TheTemplate<42>::DependentType *) {} -}; +class TheTemplateTest : public TheTemplate<42> { + TheTemplateTest(); + void method(const TheTemplate<42>::DependentType *) {} +}; -TheTemplateTest::TheTemplateTest() : TheTemplate<42>() {} +TheTemplateTest::TheTemplateTest() : TheTemplate<42>() {}