From c4b6da2989f25e3ecd7863864e7c8561155a9ff5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 17 Aug 2026 13:42:02 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowZdcTask.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PWGCF/Flow/Tasks/flowZdcTask.cxx b/PWGCF/Flow/Tasks/flowZdcTask.cxx index b2df9c9c876..13894376bcd 100644 --- a/PWGCF/Flow/Tasks/flowZdcTask.cxx +++ b/PWGCF/Flow/Tasks/flowZdcTask.cxx @@ -52,7 +52,8 @@ using namespace o2::aod::mult; using namespace o2::constants::math; using namespace o2::aod::evsel; -#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) Configurable(NAME){#NAME, (DEFAULT), (HELP)} +#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) \ + Configurable(NAME) { #NAME, (DEFAULT), (HELP) } struct FlowZdcTask { SliceCache cache;