]> granicus.if.org Git - clang/commitdiff
Remove trailing whitespace
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 9 May 2013 17:29:54 +0000 (17:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 9 May 2013 17:29:54 +0000 (17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181525 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-template.cpp

index 9d52159bed84763d4b80b51af9604594dc213353..438ec1efca688122ac745a38d7524c1110f589c2 100644 (file)
@@ -32,15 +32,15 @@ static Test test;
 
 // PR9608
 template <int i> 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>() {}