aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Laurie <benl@google.com>2009-02-16 09:18:41 +0000
committerBen Laurie <benl@google.com>2009-02-16 09:18:41 +0000
commit9af5e6737db0af6b9c6a722c55ac43115c14add9 (patch)
treed14c7df225420e957d1b027c331252ea8031f2c0
parent53a61f44ac01f181ed5133f19dcdcdcb1b447dc6 (diff)
Untabify.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64628 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Sema/SemaDeclObjC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Sema/SemaDeclObjC.cpp b/lib/Sema/SemaDeclObjC.cpp
index 95a6faed1a..9a4023f0ef 100644
--- a/lib/Sema/SemaDeclObjC.cpp
+++ b/lib/Sema/SemaDeclObjC.cpp
@@ -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;