Skip to content

Commit 30664f1

Browse files
authored
Merge pull request #106 from alibuild/alibot-cleanup-16783
[PWGLF] Please consider the following formatting changes to AliceO2Group#16783
2 parents 396c50f + 4d3db75 commit 30664f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ struct AntinucleiInJets {
21842184

21852185
// Fill 2d (pt,eta) distribution of antiprotons
21862186
registryMC.fill(HIST("antiproton_eta_pt_jet"), particle.pt(), particle.eta(), weightJet);
2187-
}// end if antip
2187+
} // end if antip
21882188

21892189
// Fill antideuteron spectra
21902190
if (isAntid) {
@@ -2541,7 +2541,7 @@ struct AntinucleiInJets {
25412541
}
25422542
}
25432543
}
2544-
}//end of isAntip
2544+
} // end of isAntip
25452545

25462546
// Fill antideuteron spectra
25472547
if (isAntid) {
@@ -2561,7 +2561,7 @@ struct AntinucleiInJets {
25612561
registryMC.fill(HIST("antideuteron_rec_tof_jet"), pt);
25622562
}
25632563
}
2564-
}//end of isAntid
2564+
} // end of isAntid
25652565
}
25662566

25672567
// Loop over tracks in the underlying event

0 commit comments

Comments
 (0)