Skip to content

Commit 2002ea7

Browse files
committed
Please consider the following formatting changes
1 parent e90d371 commit 2002ea7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

PWGDQ/Tasks/global-muon-matcher.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ static float getDeltaPhi(float phi1, float phi2)
121121
return dphi;
122122
};
123123

124-
125124
struct GlobalMuonMatching {
126125

127126
static constexpr int GlobalTrackTypeMax = 2;
@@ -1290,8 +1289,8 @@ struct GlobalMuonMatching {
12901289

12911290
template <class EVT, class BC, class TMUON>
12921291
void prepareEventMixingMatchingCandidates(EVT const& collisions,
1293-
BC const& bcs,
1294-
TMUON const& muonTracks)
1292+
BC const& bcs,
1293+
TMUON const& muonTracks)
12951294
{
12961295
LOGF(info, "Filling mixed matching candidate tables");
12971296

0 commit comments

Comments
 (0)