There was an error while loading. Please reload this page.
1 parent 87f124d commit c1764a3Copy full SHA for c1764a3
1 file changed
PWGCF/Flow/Tasks/flowZdcTask.cxx
@@ -52,7 +52,7 @@ using namespace o2::aod::mult;
52
using namespace o2::constants::math;
53
using namespace o2::aod::evsel;
54
55
-#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) Configurable<TYPE> (NAME){#NAME, (DEFAULT), (HELP)};
+#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) Configurable<TYPE>(NAME){#NAME, (DEFAULT), (HELP)};
56
57
struct FlowZdcTask {
58
SliceCache cache;
0 commit comments