From da9876ab46efd9590733d387c41bd2d4b9c4e0f7 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 24 Jun 2026 20:35:07 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Tasks/global-muon-matcher.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/PWGDQ/Tasks/global-muon-matcher.cxx b/PWGDQ/Tasks/global-muon-matcher.cxx index f04a8fd4090..04eecf8ea80 100644 --- a/PWGDQ/Tasks/global-muon-matcher.cxx +++ b/PWGDQ/Tasks/global-muon-matcher.cxx @@ -133,7 +133,6 @@ static float getDeltaPhi(float phi1, float phi2) return dphi; }; - struct GlobalMuonMatching { static constexpr int GlobalTrackTypeMax = 2; @@ -1297,10 +1296,10 @@ struct GlobalMuonMatching { template void prepareEventMixingMatchingCandidates(EVT const& collisions, - BC const& bcs, - TMUON const& muonTracks, - TMFT const& mftTracks, - MyMFTCovariances const& mftCovs) + BC const& bcs, + TMUON const& muonTracks, + TMFT const& mftTracks, + MyMFTCovariances const& mftCovs) { LOGF(info, "Filling mixed matching candidate tables");