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();