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 5564de3 commit 9b0a2fcCopy full SHA for 9b0a2fc
PWGDQ/Core/DQMlResponse.h
@@ -27,9 +27,10 @@
27
// Fill the map of available input features
28
// the key is the feature's name (std::string)
29
// the value is the corresponding value in EnumInputFeatures
30
-#define FILL_MAP(FEATURE) \
31
- { \
32
- #FEATURE, static_cast<uint8_t>(InputFeatures::FEATURE)}
+#define FILL_MAP(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeatures::FEATURE) \
33
+ }
34
35
namespace o2::analysis
36
{
0 commit comments