Skip to content

Commit 0698a00

Browse files
author
Maurice Coquet
committed
clang format
1 parent 5a0fb71 commit 0698a00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,9 +2163,9 @@ struct AnalysisSameEventPairing {
21632163
// groupedMCTracks.bindInternalIndicesTo(&mcTracks);
21642164
// for (auto& track : groupedMCTracks) {
21652165
for (auto& track : mcTracks) {
2166-
if (track.reducedMCeventId() != event.reducedMCeventId()){
2167-
continue;
2168-
}
2166+
if (track.reducedMCeventId() != event.reducedMCeventId()) {
2167+
continue;
2168+
}
21692169
VarManager::FillTrackMC(mcTracks, track);
21702170
auto track_raw = mcTracks.rawIteratorAt(track.globalIndex());
21712171
// auto track_raw = groupedMCTracks.rawIteratorAt(track.globalIndex());

0 commit comments

Comments
 (0)