From b3f2f2797235b0c7f187b68e3ee828ed6224c7e7 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 28 May 2025 13:12:56 +0000 Subject: [PATCH] Please consider the following formatting changes --- Generators/src/GeneratorPythia8.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generators/src/GeneratorPythia8.cxx b/Generators/src/GeneratorPythia8.cxx index 7d566c99ce369..8df9344d0bf83 100644 --- a/Generators/src/GeneratorPythia8.cxx +++ b/Generators/src/GeneratorPythia8.cxx @@ -659,7 +659,7 @@ Bool_t // Ignore isospin if equal to 9 auto pdgNoI = (pdg / 10) * 10; if (std::abs(pdg - pdgNoI) == 9) - pdg=pdgNoI; + pdg = pdgNoI; } auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), // particle.status()) //