r181525 - Remove trailing whitespace
David Blaikie
dblaikie at gmail.com
Thu May 9 10:29:55 PDT 2013
Author: dblaikie
Date: Thu May 9 12:29:54 2013
New Revision: 181525
URL: http://llvm.org/viewvc/llvm-project?rev=181525&view=rev
Log:
Remove trailing whitespace
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-template.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-template.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-template.cpp?rev=181525&r1=181524&r2=181525&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-template.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-template.cpp Thu May 9 12:29:54 2013
@@ -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>() {}
More information about the cfe-commits
mailing list