Skip to content

Commit ce5ebdf

Browse files
committed
foramt
1 parent be253dd commit ce5ebdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,8 @@ struct ExpectedBuilder<OpType::ArrayOperator_SingleAccess, T> {
786786
};
787787

788788
template <typename T>
789-
static std::vector<T> buildExpectedArrayAccessOutput(const InputSets<T> &Inputs) {
789+
static std::vector<T>
790+
buildExpectedArrayAccessOutput(const InputSets<T> &Inputs) {
790791
DXASSERT_NOMSG(Inputs.size() == 2);
791792
const size_t VectorSize = Inputs[0].size();
792793
std::vector<T> Expected;

0 commit comments

Comments
 (0)