Skip to content

Commit 318d3b1

Browse files
committed
clang-format
1 parent 48cac3d commit 318d3b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/HLSL/HLOperationLower.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ Value *TrivialDxilOperation(Function *dxilFunc, OP::OpCode opcode,
474474
// Utility objects `HlslOp` and `Builder` are used to create a call to the given
475475
// `DxilFunc` with `RefArgs` arguments.
476476
Value *TrivialDxilVectorOperation(Function *Func, OP::OpCode Opcode,
477-
ArrayRef<Value *> Args, Type *Ty,
478-
OP *OP, IRBuilder<> &Builder) {
477+
ArrayRef<Value *> Args, Type *Ty, OP *OP,
478+
IRBuilder<> &Builder) {
479479
if (!Ty->isVoidTy())
480480
return Builder.CreateCall(Func, Args, OP->GetOpCodeName(Opcode));
481481
else

0 commit comments

Comments
 (0)