commit | f76dd56dd3e9fa5371f54d89db2b452fc0fab2ab | [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 | ed0fd7bc354ba486b96cd07ba5d46502f873d38f | |
parent | 75b90c4a86830a4bbc2755ebd948ee25a9f51baf [diff] [blame] |
Whitespace. llvm-svn: 150026
diff --git a/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp b/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp index 766a613..d7cf275 100644 --- a/clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp +++ b/clang/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; };