From 9076197f4d824f44656397371d570879bb9472bb Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 14 Jan 2026 09:05:03 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/PhotonMeson/Core/EmMlResponsePCM.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PWGEM/PhotonMeson/Core/EmMlResponsePCM.h b/PWGEM/PhotonMeson/Core/EmMlResponsePCM.h index 471c5ee8445..63d344a3367 100644 --- a/PWGEM/PhotonMeson/Core/EmMlResponsePCM.h +++ b/PWGEM/PhotonMeson/Core/EmMlResponsePCM.h @@ -26,9 +26,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_PCM(FEATURE) \ - { \ - #FEATURE, static_cast(InputFeaturesPCM::FEATURE)} +#define FILL_MAP_PCM(FEATURE) \ + { \ + #FEATURE, static_cast(InputFeaturesPCM::FEATURE) \ + } // Check if the index of mCachedIndices (index associated to a FEATURE) // matches the entry in EnumInputFeatures associated to this FEATURE