Skip to content
Snippets Groups Projects
Commit e4a5588b authored by David Blaikie's avatar David Blaikie
Browse files

Remove trailing whitespace

llvm-svn: 181525
parent 00752167
No related branches found
No related tags found
No related merge requests found
...@@ -32,15 +32,15 @@ static Test test; ...@@ -32,15 +32,15 @@ static Test test;
// PR9608 // PR9608
template <int i> struct TheTemplate { template <int i> struct TheTemplate {
struct Empty2 {}; struct Empty2 {};
typedef const Empty2 DependentType[i]; typedef const Empty2 DependentType[i];
TheTemplate() {} TheTemplate() {}
}; };
class TheTemplateTest : public TheTemplate<42> { class TheTemplateTest : public TheTemplate<42> {
TheTemplateTest(); TheTemplateTest();
void method(const TheTemplate<42>::DependentType *) {} void method(const TheTemplate<42>::DependentType *) {}
}; };
TheTemplateTest::TheTemplateTest() : TheTemplate<42>() {} TheTemplateTest::TheTemplateTest() : TheTemplate<42>() {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment