From b86c2a02a5cccfeb5e93291773d4b060e34701a4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 23 Jun 2026 20:14:55 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/antinucleiInJets.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx index 3c105c7b4f9..23f114fdfe6 100644 --- a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx +++ b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx @@ -2184,7 +2184,7 @@ struct AntinucleiInJets { // Fill 2d (pt,eta) distribution of antiprotons registryMC.fill(HIST("antiproton_eta_pt_jet"), particle.pt(), particle.eta(), weightJet); - }// end if antip + } // end if antip // Fill antideuteron spectra if (isAntid) { @@ -2541,7 +2541,7 @@ struct AntinucleiInJets { } } } - }//end of isAntip + } // end of isAntip // Fill antideuteron spectra if (isAntid) { @@ -2561,7 +2561,7 @@ struct AntinucleiInJets { registryMC.fill(HIST("antideuteron_rec_tof_jet"), pt); } } - }//end of isAntid + } // end of isAntid } // Loop over tracks in the underlying event