Skip to content

Commit 83d2122

Browse files
authored
More formatting...
1 parent fa09c99 commit 83d2122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generators/src/GeneratorPythia8.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ Bool_t
659659
// Ignore isospin if equal to 9
660660
auto pdgNoI = (pdg / 10) * 10;
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)