summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-11-17 18:26:39 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-11-17 18:26:39 +0000
commit30f1708b6415f4847bcf5da77385d9b50e9015d0 (patch)
tree826ee7d6c2bcd3d23295dd1d5d5b2d41a7a4ba23 /clang/lib
parent28afa1849637e0a61b40a858b5035dac4ba4542e (diff)
downloadbcm5719-llvm-30f1708b6415f4847bcf5da77385d9b50e9015d0.tar.gz
bcm5719-llvm-30f1708b6415f4847bcf5da77385d9b50e9015d0.zip
Fix the indentation: Nesting level does not match indentation (CID 1254863)
llvm-svn: 222152
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaExprObjC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaExprObjC.cpp b/clang/lib/Sema/SemaExprObjC.cpp
index 7cb3c0ad007..eeee352d5e7 100644
--- a/clang/lib/Sema/SemaExprObjC.cpp
+++ b/clang/lib/Sema/SemaExprObjC.cpp
@@ -2452,8 +2452,8 @@ ExprResult Sema::BuildInstanceMessage(Expr *Receiver,
if (ObjCMethodDecl *BestMethod =
SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod()))
Method = BestMethod;
- if (!AreMultipleMethodsInGlobalPool(Sel, Method->isInstanceMethod()))
- DiagnoseUseOfDecl(Method, SelLoc);
+ if (!AreMultipleMethodsInGlobalPool(Sel, Method->isInstanceMethod()))
+ DiagnoseUseOfDecl(Method, SelLoc);
}
} else if (ReceiverType->isObjCClassType() ||
ReceiverType->isObjCQualifiedClassType()) {
OpenPOWER on IntegriCloud