Skip to content

Commit 3391ef6

Browse files
committed
Clang format
1 parent 09bc6cb commit 3391ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,8 @@ OP_3(OpType::Select, StrictValidation, (static_cast<bool>(A) ? B : C));
10861086
#define REDUCTION_OP(OP, STDFUNC) \
10871087
template <typename T> struct Op<OP, T, 1> : StrictValidation {}; \
10881088
template <typename T> struct ExpectedBuilder<OP, T> { \
1089-
static std::vector<HLSLBool_t> \
1090-
buildExpected(Op<OP, T, 1> &, const InputSets<T> &Inputs) { \
1089+
static std::vector<HLSLBool_t> buildExpected(Op<OP, T, 1> &, \
1090+
const InputSets<T> &Inputs) { \
10911091
const bool Res = STDFUNC(Inputs[0].begin(), Inputs[0].end(), \
10921092
[](T A) { return A != static_cast<T>(0); }); \
10931093
return std::vector<HLSLBool_t>{Res}; \

0 commit comments

Comments
 (0)