Skip to content

Commit 92fc771

Browse files
authored
Merge pull request #1 from alibuild/alibot-cleanup-17230
Please consider the following formatting changes to #17230
2 parents 3e06d51 + 6de15c5 commit 92fc771

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,19 +3472,19 @@ struct AnalysisAsymmetricPairing {
34723472
int sign1 = 0;
34733473
int sign2 = 0;
34743474

3475-
//Reserve capacity for the output tables
3475+
// Reserve capacity for the output tables
34763476
int64_t reserveSize = 0;
34773477
for (auto const& event : events) {
34783478
if (!event.isEventSelected_bit(0)) {
34793479
continue;
34803480
}
34813481
if (fConfigRemoveCollSplittingCandidates.value && event.isEventSelected_bit(2)) {
3482-
continue;
3482+
continue;
34833483
}
34843484
auto groupedLegAAssocs = legACandidateAssocs.sliceBy(preslice, event.globalIndex());
34853485
auto groupedLegBAssocs = legBCandidateAssocs.sliceBy(preslice, event.globalIndex());
34863486
reserveSize += static_cast<int64_t>(groupedLegAAssocs.size()) *
3487-
static_cast<int64_t>(groupedLegBAssocs.size());
3487+
static_cast<int64_t>(groupedLegBAssocs.size());
34883488
}
34893489
ditrackList.reserve(reserveSize);
34903490
ditrackExtraList.reserve(reserveSize);

0 commit comments

Comments
 (0)