Skip to content

Commit 84e30b2

Browse files
committed
Please consider the following formatting changes
1 parent 5225eec commit 84e30b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Generators/src/GeneratorPythia8.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ Bool_t
657657
// Select nuclei (A PDG id code for nuclei is on the form 100ZZZAAAI)
658658
if (std::abs(pdg) > 1000000000) {
659659
// Ignore isospin if equal to 9
660-
auto pdgNoI = (pdg / 10) *1 0;
660+
auto pdgNoI = (pdg / 10) * 1 0;
661661
if (std::abs(pdg - pdgNoI) == 9)
662-
pdg=pdgNoI;
662+
pdg = pdgNoI;
663663
}
664664
auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), //
665665
particle.status()) //

0 commit comments

Comments
 (0)