commit | 531b1a91fbbf75dc2ab54f609e304376753e1679 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Wed Feb 08 00:23:21 2012 +0000 |
committer | Eric Christopher <echristo@apple.com> | Wed Feb 08 00:23:21 2012 +0000 |
tree | d414f5f2d32ccba732e2250f1c01fc2e8ccc0fa3 | |
parent | 2f764a91225ae8e34110243071177c545072fa0e [diff] [blame] |
Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150026 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp b/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp index 766a613..d7cf275 100644 --- a/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp +++ b/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
@@ -3,16 +3,16 @@ { public: Test () : reserved (new data()) {} - + unsigned getID() const { return reserved->objectID; } protected: - struct data { + struct data { unsigned objectID; - }; + }; data* reserved; };