[cfe-commits] r64628 - /cfe/trunk/lib/Sema/SemaDeclObjC.cpp

Ben Laurie benl at google.com
Mon Feb 16 01:18:42 PST 2009


Author: ben
Date: Mon Feb 16 03:18:41 2009
New Revision: 64628

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

Modified:
    cfe/trunk/lib/Sema/SemaDeclObjC.cpp

Modified: cfe/trunk/lib/Sema/SemaDeclObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclObjC.cpp?rev=64628&r1=64627&r2=64628&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclObjC.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclObjC.cpp Mon Feb 16 03:18:41 2009
@@ -1568,8 +1568,8 @@
         }
         // No matching property found in the main class. Just fall thru
         // and add property to the anonymous category. It looks like
-	// it works as is. This category becomes just like a category
-	// for its primary class.
+        // it works as is. This category becomes just like a category
+        // for its primary class.
       } else {
           Diag(CDecl->getLocation(), diag::err_continuation_class);
           *isOverridingProperty = true;





More information about the cfe-commits mailing list