We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 604dd1f + 95dc0ff commit dc83607Copy full SHA for dc83607
PWGEM/PhotonMeson/Core/EmMlResponsePCM.h
@@ -26,9 +26,10 @@
26
// Fill the map of available input features
27
// the key is the feature's name (std::string)
28
// the value is the corresponding value in EnumInputFeatures
29
-#define FILL_MAP_PCM(FEATURE) \
30
- { \
31
- #FEATURE, static_cast<uint8_t>(InputFeaturesPCM::FEATURE)}
+#define FILL_MAP_PCM(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesPCM::FEATURE) \
32
+ }
33
34
// Check if the index of mCachedIndices (index associated to a FEATURE)
35
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments