We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e3100 commit 1e27f01Copy full SHA for 1e27f01
PWGHF/Core/HfMlResponseLcToK0sP.h
@@ -28,9 +28,10 @@
28
// Fill the map of available input features
29
// the key is the feature's name (std::string)
30
// the value is the corresponding value in EnumInputFeatures
31
-#define FILL_MAP_LC(FEATURE) \
32
- { \
33
- #FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE)}
+#define FILL_MAP_LC(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE) \
34
+ }
35
36
// Check if the index of mCachedIndices (index associated to a FEATURE)
37
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments