Skip to content

Commit b2d3624

Browse files
committed
clang-format
1 parent 57d1037 commit b2d3624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/unittests/Frontend/HLSLBindingTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ TEST(HLSLBindingTest, TestTrivialCase) {
4848
Info.getBindingSpaces(ResourceClass::UAV);
4949
EXPECT_EQ(UAVSpaces.RC, ResourceClass::UAV);
5050
EXPECT_EQ(UAVSpaces.Spaces.size(), 1u);
51-
checkExpectedSpaceAndFreeRanges(UAVSpaces.Spaces[0], 0,
52-
{0u, 4u, 6u, ~0u});
51+
checkExpectedSpaceAndFreeRanges(UAVSpaces.Spaces[0], 0, {0u, 4u, 6u, ~0u});
5352

5453
// check that other kinds of register spaces are all available
5554
for (auto RC :

0 commit comments

Comments
 (0)