Skip to content

Commit 57ec7fb

Browse files
committed
[TDF] Make clang-format happy
1 parent 7ecbac1 commit 57ec7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/treeplayer/src/TDFNodes.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void TLoopManager::RunDataSource()
221221
fDataSource->InitSlot(0, 0);
222222
// we are running single-thread, so all ranges are squashed together
223223
const auto lastEntry = rangePairs.back().second;
224-
for(ULong64_t i = 0ull; i < lastEntry; ++i) {
224+
for (ULong64_t i = 0ull; i < lastEntry; ++i) {
225225
fDataSource->SetEntry(i, 0);
226226
RunAndCheckFilters(0, i);
227227
}

0 commit comments

Comments
 (0)