commit | 4955e57cd5de1e47be4e2f3e6c733beac166bbd8 | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Apr 12 00:59:32 2011 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Apr 12 00:59:32 2011 +0000 |
tree | efd01cf2eefcf8ea81dbbe109505a1876b4253de | |
parent | 772afb15e9602de562ef740d4d91c083a31e1162 [diff] |
Formatting. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129336 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/anonymous-union-member-initializer.cpp b/test/CodeGenCXX/anonymous-union-member-initializer.cpp index 85e931b..2ddafec 100644 --- a/test/CodeGenCXX/anonymous-union-member-initializer.cpp +++ b/test/CodeGenCXX/anonymous-union-member-initializer.cpp
@@ -106,14 +106,11 @@ } s; - //PR8760 - template <typename T> - struct Foo { - Foo() : ptr(__nullptr) {} - union { - T *ptr; - }; - }; - Foo<int> f; - - +//PR8760 +template <typename T> struct Foo { + Foo() : ptr(__nullptr) {} + union { + T *ptr; + }; +}; +Foo<int> f;