From 417a9758c866e868d435379c1c4d923f9c31a691 Mon Sep 17 00:00:00 2001 From: Mattia Faggin Date: Thu, 1 Feb 2024 18:14:49 +0100 Subject: [PATCH] Fix Clang format. --- PWGHF/Core/HfMlResponseLcToPKPi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGHF/Core/HfMlResponseLcToPKPi.h b/PWGHF/Core/HfMlResponseLcToPKPi.h index bf0b07cfbbc..75c3a1d9e7c 100644 --- a/PWGHF/Core/HfMlResponseLcToPKPi.h +++ b/PWGHF/Core/HfMlResponseLcToPKPi.h @@ -23,9 +23,9 @@ // 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_LCTOPKPI(FEATURE) \ - { \ - #FEATURE, static_cast(InputFeaturesLcToPKPi::FEATURE) \ +#define FILL_MAP_LCTOPKPI(FEATURE) \ + { \ +#FEATURE, static_cast < uint8_t>(InputFeaturesLcToPKPi::FEATURE) \ } // Check if the index of mCachedIndices (index associated to a FEATURE)