]> granicus.if.org Git - clang/commitdiff
Untabify.
authorBen Laurie <benl@google.com>
Mon, 16 Feb 2009 09:18:41 +0000 (09:18 +0000)
committerBen Laurie <benl@google.com>
Mon, 16 Feb 2009 09:18:41 +0000 (09:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64628 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index 95a6faed1aeb9d30160a3b4583ba29b74b92c260..9a4023f0ef4682244385ff33c0bdc483718b76cf 100644 (file)
@@ -1568,8 +1568,8 @@ Sema::DeclTy *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc,
         }
         // 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;