Skip to content

Commit 66536fe

Browse files
committed
Please consider the following formatting changes
1 parent a9b49a9 commit 66536fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ using namespace o2::aod::mult;
4747
using namespace o2::constants::math;
4848
using namespace o2::aod::evsel;
4949

50-
5150
#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) Configurable<TYPE> NAME{#NAME, DEFAULT, HELP};
5251

5352
struct FlowZdcTask {
@@ -937,7 +936,7 @@ struct FlowZdcTask {
937936
histos.fill(HIST("Zem2VsTdc"), zdc.timeZEM2(), aZEM2);
938937
}
939938
}
940-
}
939+
}
941940

942941
PROCESS_SWITCH(FlowZdcTask, processQA, "Process QA", true);
943942
PROCESS_SWITCH(FlowZdcTask, processZdcCollAssoc, "Processing ZDC w. collision association", false);

0 commit comments

Comments
 (0)