Skip to content

Commit a9b87c2

Browse files
author
joaosaffran
committed
format
1 parent eb97f1b commit a9b87c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/ObjectYAML/DXContainerYAML.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ DXContainerYAML::RootSignatureYamlDesc::create(
117117
NewR.Val = \
118118
(R.Flags & llvm::to_underlying(dxbc::DescriptorRangeFlag::Val)) > 0;
119119
#include "llvm/BinaryFormat/DXContainerConstants.def"
120-
}
121-
NewP.Table.Ranges.push_back(NewR);
120+
}
121+
NewP.Table.Ranges.push_back(NewR);
122122
}
123123
}
124124

0 commit comments

Comments
 (0)