Skip to content

Commit 6a3c2ab

Browse files
committed
formating
1 parent eb84e14 commit 6a3c2ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Frontend/HLSL/RootSignatureMetadata.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,7 @@ Error validateDescriptorTableSamplerMixin(mcdxbc::DescriptorTable Table,
540540

541541
// Samplers cannot be mixed with other resources in a descriptor table.
542542
if (HasSampler && HasOtherRangeType)
543-
return make_error<TableSamplerMixinError>(OtherRangeType,
544-
Location);
543+
return make_error<TableSamplerMixinError>(OtherRangeType, Location);
545544
return Error::success();
546545
}
547546

0 commit comments

Comments
 (0)