Remove trailing whitespace

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181525 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/debug-info-template.cpp b/test/CodeGenCXX/debug-info-template.cpp
index 9d52159..438ec1e 100644
--- a/test/CodeGenCXX/debug-info-template.cpp
+++ b/test/CodeGenCXX/debug-info-template.cpp
@@ -32,15 +32,15 @@
 
 // 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>() {}