From 06c38f9124ef4ef4ee65a8f7dd11ae8941729d7f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 19 Sep 2025 14:23:41 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Core/MuonMatchingMlResponse.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PWGDQ/Core/MuonMatchingMlResponse.h b/PWGDQ/Core/MuonMatchingMlResponse.h index 57e4aa07943..1e55d65cff2 100644 --- a/PWGDQ/Core/MuonMatchingMlResponse.h +++ b/PWGDQ/Core/MuonMatchingMlResponse.h @@ -25,9 +25,10 @@ // Fill the map of available input features // the key is the feature's name (std::string) // the value is the corresponding value in EnumInputFeatures -#define FILL_MAP_MFTMUON_MATCH(FEATURE) \ - { \ - #FEATURE, static_cast(InputFeaturesMFTMuonMatch::FEATURE)} +#define FILL_MAP_MFTMUON_MATCH(FEATURE) \ + { \ + #FEATURE, static_cast(InputFeaturesMFTMuonMatch::FEATURE) \ + } // Check if the index of mCachedIndices (index associated to a FEATURE) // matches the entry in EnumInputFeatures associated to this FEATURE