We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecbac1 commit 57ec7fbCopy full SHA for 57ec7fb
tree/treeplayer/src/TDFNodes.cxx
@@ -221,7 +221,7 @@ void TLoopManager::RunDataSource()
221
fDataSource->InitSlot(0, 0);
222
// we are running single-thread, so all ranges are squashed together
223
const auto lastEntry = rangePairs.back().second;
224
- for(ULong64_t i = 0ull; i < lastEntry; ++i) {
+ for (ULong64_t i = 0ull; i < lastEntry; ++i) {
225
fDataSource->SetEntry(i, 0);
226
RunAndCheckFilters(0, i);
227
}
0 commit comments