From 17e3d2d37b733aad603093f296fa5d1e95f80129 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 2 Mar 2026 12:23:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx index 04c6945ce87..2853dd5d089 100644 --- a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx +++ b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx @@ -367,7 +367,8 @@ struct jEPFlowAnalysis { void processDefault(MyCollisions::iterator const& coll, soa::Filtered const& tracks, aod::BCsWithTimestamps const&) { if (cfgAddEvtSel) { - if (!eventSel(coll)) return; + if (!eventSel(coll)) + return; } if (cfgEffCor) { @@ -413,7 +414,8 @@ struct jEPFlowAnalysis { } if (cfgAddEvtSel) { - if (!eventSel(coll)) return; + if (!eventSel(coll)) + return; } float cent = coll.centFT0C();