Skip to content

Commit 95d0a17

Browse files
committed
Apply clang-format
1 parent 84167f8 commit 95d0a17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Sema/SemaPPC.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ bool SemaPPC::CheckPPCBuiltinFunctionCall(const TargetInfo &TI,
266266
return false;
267267
Expr *Arg = TheCall->getArg(2);
268268
return SemaRef.Diag(Arg->getBeginLoc(), diag::err_argument_invalid_range)
269-
<< toString(Result, 10) << "0-4, 6" << "8"
270-
<< Arg->getSourceRange();
269+
<< toString(Result, 10) << "0-4, 6" << "8" << Arg->getSourceRange();
271270
}
272271
}
273272
llvm_unreachable("must return from switch");

0 commit comments

Comments
 (0)