Skip to content

Commit 55f764e

Browse files
committed
Apply clang-format to commit eac0fe5
1 parent eac0fe5 commit 55f764e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,8 +2241,8 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) {
22412241
// ensure both args are vectors
22422242
auto *VTy = TheCall->getArg(0)->getType()->getAs<VectorType>();
22432243
if (!VTy) {
2244-
SemaRef.Diag(TheCall->getBeginLoc(),
2245-
diag::err_vec_builtin_non_vector) << "AddUint64" << /*all*/ 1;
2244+
SemaRef.Diag(TheCall->getBeginLoc(), diag::err_vec_builtin_non_vector)
2245+
<< "AddUint64" << /*all*/ 1;
22462246
return true;
22472247
}
22482248

0 commit comments

Comments
 (0)