diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-20 21:38:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-20 21:38:52 +0000 |
commit | f25df99486d22d03dfde6cfe3a55341c9bfc4493 (patch) | |
tree | 11fe565c54bbd5e562a1859bb86b7155d7276adb /lib/Sema/SemaDeclObjC.cpp | |
parent | fe90de70e598b2e8a8f33b26b2ac8025d40ea993 (diff) |
fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclObjC.cpp')
-rw-r--r-- | lib/Sema/SemaDeclObjC.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Sema/SemaDeclObjC.cpp b/lib/Sema/SemaDeclObjC.cpp index db432c8aef..967094af77 100644 --- a/lib/Sema/SemaDeclObjC.cpp +++ b/lib/Sema/SemaDeclObjC.cpp @@ -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; } } |