We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8476a commit faaee9bCopy full SHA for faaee9b
1 file changed
PWGJE/Core/MlResponseHfTagging.h
@@ -35,9 +35,10 @@
35
// Fill the map of available input features
36
// the key is the feature's name (std::string)
37
// the value is the corresponding value in EnumInputFeatures
38
-#define FILL_MAP_BJET(FEATURE) \
39
- { \
40
- #FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE)}
+#define FILL_MAP_BJET(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE) \
41
+ }
42
43
// Check if the index of mCachedIndices (index associated to a FEATURE)
44
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments