diff options
| author | Ben Laurie <benl@google.com> | 2009-02-16 09:18:41 +0000 |
|---|---|---|
| committer | Ben Laurie <benl@google.com> | 2009-02-16 09:18:41 +0000 |
| commit | 7b1c6c09f79284aaf970f39668049923592a027a (patch) | |
| tree | 088b03097989291907e1c841572e49b3f4d87f96 /clang/lib/Sema/SemaDeclObjC.cpp | |
| parent | fa95ce412cea6fd95ecc4d763b5eb3f84d340b85 (diff) | |
| download | bcm5719-llvm-7b1c6c09f79284aaf970f39668049923592a027a.tar.gz bcm5719-llvm-7b1c6c09f79284aaf970f39668049923592a027a.zip | |
Untabify.
llvm-svn: 64628
Diffstat (limited to 'clang/lib/Sema/SemaDeclObjC.cpp')
| -rw-r--r-- | clang/lib/Sema/SemaDeclObjC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaDeclObjC.cpp b/clang/lib/Sema/SemaDeclObjC.cpp index 95a6faed1ae..9a4023f0ef4 100644 --- a/clang/lib/Sema/SemaDeclObjC.cpp +++ b/clang/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; |

