summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaExprObjC.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-25 21:04:36 +0000
committerChris Lattner <sabre@nondot.org>2008-02-25 21:04:36 +0000
commiteb85ab44f220432c309bc566c91ec4c0e5a607e4 (patch)
tree617da1e492b52ef1cd449553e40f42866a6ad5a3 /clang/Sema/SemaExprObjC.cpp
parent451aea8e8168d7d7e4155f1bc3d3df6a304a5db9 (diff)
downloadbcm5719-llvm-eb85ab44f220432c309bc566c91ec4c0e5a607e4.tar.gz
bcm5719-llvm-eb85ab44f220432c309bc566c91ec4c0e5a607e4.zip
convert tabs to spaces, patch by Mike Stump!
llvm-svn: 47560
Diffstat (limited to 'clang/Sema/SemaExprObjC.cpp')
-rw-r--r--clang/Sema/SemaExprObjC.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/Sema/SemaExprObjC.cpp b/clang/Sema/SemaExprObjC.cpp
index 3e73930e9b6..4cf435c3315 100644
--- a/clang/Sema/SemaExprObjC.cpp
+++ b/clang/Sema/SemaExprObjC.cpp
@@ -275,11 +275,11 @@ Sema::ExprResult Sema::ActOnInstanceMessage(
if (ObjCImplementationDecl *ImpDecl =
ObjCImplementations[ClassDecl->getIdentifier()])
Method = ImpDecl->getInstanceMethod(Sel);
- // If we still haven't found a method, look in the global pool. This
- // behavior isn't very desirable, however we need it for GCC
+ // If we still haven't found a method, look in the global pool. This
+ // behavior isn't very desirable, however we need it for GCC
// compatibility.
- if (!Method)
- Method = InstanceMethodPool[Sel].Method;
+ if (!Method)
+ Method = InstanceMethodPool[Sel].Method;
}
if (!Method) {
Diag(lbrac, diag::warn_method_not_found, std::string("-"), Sel.getName(),
OpenPOWER on IntegriCloud