From 6a458aa9c995abb662a55a07532911628b5ef9c1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 5 Aug 2025 13:44:07 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/antinucleiInJets.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx index 7a144da6ed6..39d31d4d7d0 100644 --- a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx +++ b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx @@ -1731,10 +1731,10 @@ struct AntinucleiInJets { continue; // Loop over different cut settings - for (int isyst = 0 ; isyst < nSyst ; isyst++) { + for (int isyst = 0; isyst < nSyst; isyst++) { // Apply track selection - if (!passedTrackSelectionSyst(track,isyst)) + if (!passedTrackSelectionSyst(track, isyst)) continue; // Define variables @@ -1919,10 +1919,10 @@ struct AntinucleiInJets { const auto mcparticle = track.mcParticle(); // Loop over different cut settings - for (int isyst = 0 ; isyst < nSyst ; isyst++) { + for (int isyst = 0; isyst < nSyst; isyst++) { // Apply track selection - if (!passedTrackSelectionSyst(track,isyst)) + if (!passedTrackSelectionSyst(track, isyst)) continue; // Define variables