Skip to content

Commit fd41859

Browse files
author
Niveditha Ramasubramanian
committed
Apply Clang-format
1 parent 26c80f2 commit fd41859

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ struct qaMatching {
21202120
// find the index of the matching candidate that corresponds to the true match
21212121
// index=1 corresponds to the leading candidate
21222122
// index=0 means no candidate was found that corresponds to the true match
2123-
int trueMatchIndex= GetTrueMatchIndexTrackType(muonTracks, muonTracks, mftTracks, globalTracksVector, matchablePairs);
2123+
int trueMatchIndex = GetTrueMatchIndexTrackType(muonTracks, muonTracks, mftTracks, globalTracksVector, matchablePairs);
21242124
int trueMatchIndexProd = GetTrueMatchIndexTrackType(muonTracks, muonTracks, mftTracks, matchingCandidatesProd.at(mchIndex), matchablePairs);
21252125

21262126
float mcParticleDz = -1000;
@@ -2887,7 +2887,6 @@ struct qaMatching {
28872887
static_cast<int32_t>(candidate.matchRanking));
28882888
}
28892889
}
2890-
28912890
}
28922891

28932892
template <class TCOLLISION>

0 commit comments

Comments
 (0)