From 69fe4d4b46af25557d57c1dd486937ebf5010432 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 1 Feb 2024 17:18:53 +0000 Subject: [PATCH 1/2] MegaLinter fixes --- 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 75c3a1d9e7c..bf0b07cfbbc 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 < uint8_t>(InputFeaturesLcToPKPi::FEATURE) \ +#define FILL_MAP_LCTOPKPI(FEATURE) \ + { \ + #FEATURE, static_cast(InputFeaturesLcToPKPi::FEATURE) \ } // Check if the index of mCachedIndices (index associated to a FEATURE) From c8ff83d90e0b52d21b6b34d31be18a97dba04866 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 1 Feb 2024 17:25:13 +0000 Subject: [PATCH 2/2] Please consider the following formatting changes --- 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)