[cfe-commits] r150026 - /cfe/trunk/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp

Eric Christopher echristo at apple.com
Tue Feb 7 16:23:21 PST 2012


Author: echristo
Date: Tue Feb  7 18:23:21 2012
New Revision: 150026

URL: http://llvm.org/viewvc/llvm-project?rev=150026&view=rev
Log:
Whitespace.

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp?rev=150026&r1=150025&r2=150026&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp Tue Feb  7 18:23:21 2012
@@ -3,16 +3,16 @@
 {
 public:
     Test () : reserved (new data()) {}
-    
+
     unsigned
     getID() const
     {
         return reserved->objectID;
     }
 protected:
-    struct data {   
+    struct data {
         unsigned objectID;
-    };  
+    };
     data* reserved;
 };
 





More information about the cfe-commits mailing list