Skip to content

Commit e2e6b47

Browse files
authored
Merge pull request #184 from alibuild/alibot-cleanup-15223
Please consider the following formatting changes to #15223
2 parents 3c36d25 + 17e3d2d commit e2e6b47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ struct jEPFlowAnalysis {
367367
void processDefault(MyCollisions::iterator const& coll, soa::Filtered<MyTracks> const& tracks, aod::BCsWithTimestamps const&)
368368
{
369369
if (cfgAddEvtSel) {
370-
if (!eventSel(coll)) return;
370+
if (!eventSel(coll))
371+
return;
371372
}
372373

373374
if (cfgEffCor) {
@@ -413,7 +414,8 @@ struct jEPFlowAnalysis {
413414
}
414415

415416
if (cfgAddEvtSel) {
416-
if (!eventSel(coll)) return;
417+
if (!eventSel(coll))
418+
return;
417419
}
418420

419421
float cent = coll.centFT0C();

0 commit comments

Comments
 (0)