Skip to content

Commit

Permalink
MINOR: Make clang-format happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Schwan committed Aug 28, 2024
1 parent 920ce80 commit 6b5e238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Refitting/src/FullLDCTracking_MarlinTrk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3864,8 +3864,8 @@ void FullLDCTracking_MarlinTrk::AssignTPCHitsToTracks(TrackerHitExtendedVec hitV
}
}
} // loop over leftover TPC hits
} // groups in tracks
} // loop over all tracks
} // groups in tracks
} // loop over all tracks

for (int iH = 0; iH < nHits; ++iH) {
TrackerHitExtended* trkHitExt = hitVec[iH];
Expand Down

0 comments on commit 6b5e238

Please sign in to comment.