diff options
author | Craig Topper <craig.topper@gmail.com> | 2015-11-07 06:16:14 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2015-11-07 06:16:14 +0000 |
commit | a86e70dc0cfe88f8a32ab994ef605cdfd71a84fa (patch) | |
tree | 800721a8bcb3eaebd8b95eb2536a5dcef929ee22 /clang/lib | |
parent | 9ccb970f236e50961f8b90f061f79653cdef48b6 (diff) | |
download | bcm5719-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.cpp | 6 |
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) { |