Skip to content

Commit bf74fd7

Browse files
harz05dpiparo
authored andcommitted
fix clang-format spacing
1 parent 0c95fb9 commit bf74fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tmva/sofie/inc/TMVA/ROperator_Reduce.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public:
218218
out << SP << SP << "}\n"; // end j loop
219219
out << SP << "}\n"; // end i loop
220220
if(fReduceOpMode == ReduceMean) {
221-
out << SP << "for (size_t j = 0; j < " << outputLength << "; j++) {\n";
221+
out << SP << "for (size_t j = 0; j < " << outputLength << "; j++) {\n";
222222
out << SP << SP << "tensor_" << fNY << "[j] /= static_cast<float>(" << reducedLength << ");\n";
223223
out << SP << "}\n"; // end j loop
224224
}

0 commit comments

Comments
 (0)