]> granicus.if.org Git - clang/commitdiff
fix indentation
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 21:38:52 +0000 (21:38 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 21:38:52 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65170 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index db432c8aef44ce5aff4d41213bb028236927442f..967094af77327c2fbff3a1834e82aa7dac574903 100644 (file)
@@ -1579,9 +1579,9 @@ Sema::DeclTy *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc,
         // 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;
-          return 0;
+        Diag(CDecl->getLocation(), diag::err_continuation_class);
+        *isOverridingProperty = true;
+        return 0;
       }
     }