Skip to content

Commit 7c063a9

Browse files
author
Niveditha Ramasubramanian
committed
indentation fix
1 parent 6d25ea4 commit 7c063a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ struct QaMatching {
23322332
// Matching efficiencies
23332333

23342334
// outer loop on matchable pairs
2335-
for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) {
2335+
for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) {
23362336
// get the standalone MCH track
23372337
auto const& mchTrack = muonTracks.rawIteratorAt(matchableMchIndex);
23382338

0 commit comments

Comments
 (0)