summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-11-07 06:16:14 +0000
committerCraig Topper <craig.topper@gmail.com>2015-11-07 06:16:14 +0000
commita86e70dc0cfe88f8a32ab994ef605cdfd71a84fa (patch)
tree800721a8bcb3eaebd8b95eb2536a5dcef929ee22 /clang/lib
parent9ccb970f236e50961f8b90f061f79653cdef48b6 (diff)
downloadbcm5719-llvm-a86e70dc0cfe88f8a32ab994ef605cdfd71a84fa.tar.gz
bcm5719-llvm-a86e70dc0cfe88f8a32ab994ef605cdfd71a84fa.zip
Fix indentation. NFC
llvm-svn: 252397
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaChecking.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp
index 4a5ad1bc961..a5111f1a9f9 100644
--- a/clang/lib/Sema/SemaChecking.cpp
+++ b/clang/lib/Sema/SemaChecking.cpp
@@ -493,9 +493,9 @@ Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID,
case Builtin::BI__builtin_add_overflow:
case Builtin::BI__builtin_sub_overflow:
case Builtin::BI__builtin_mul_overflow:
- if (SemaBuiltinOverflow(*this, TheCall))
- return ExprError();
- break;
+ if (SemaBuiltinOverflow(*this, TheCall))
+ return ExprError();
+ break;
case Builtin::BI__builtin_operator_new:
case Builtin::BI__builtin_operator_delete:
if (!getLangOpts().CPlusPlus) {
OpenPOWER on IntegriCloud