We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5fa5e commit af9f04eCopy full SHA for af9f04e
PWGHF/Core/HfMlResponseLcToPKPi.h
@@ -23,9 +23,10 @@
23
// Fill the map of available input features
24
// the key is the feature's name (std::string)
25
// the value is the corresponding value in EnumInputFeatures
26
-#define FILL_MAP_LCTOPKPI(FEATURE) \
27
- { \
28
- #FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE)}
+#define FILL_MAP_LCTOPKPI(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
29
+ }
30
31
// Check if the index of mCachedIndices (index associated to a FEATURE)
32
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments