Skip to content

Commit ec92c48

Browse files
committed
clang-format
1 parent a927e8a commit ec92c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ bool SemaHLSL::handleRootSignatureElements(
13941394
// Update offset to be 1 past this range's bound
13951395
Offset = RangeBound + 1;
13961396
Unbound = Clause->NumDescriptors ==
1397-
llvm::hlsl::rootsig::NumDescriptorsUnbounded;
1397+
llvm::hlsl::rootsig::NumDescriptorsUnbounded;
13981398

13991399
// Compute the register bounds and track resource binding
14001400
uint32_t LowerBound(Clause->Reg.Number);

0 commit comments

Comments
 (0)