Skip to content

Commit d35f2ca

Browse files
authored
Now with braces...
1 parent 9ea3a70 commit d35f2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Generators/src/GeneratorPythia8.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,9 @@ Bool_t
658658
if (std::abs(pdg) > 1000000000) {
659659
// Ignore isospin if equal to 9
660660
auto pdgNoI = (pdg / 10) * 10;
661-
if (std::abs(pdg - pdgNoI) == 9)
661+
if (std::abs(pdg - pdgNoI) == 9) {
662662
pdg = pdgNoI;
663+
}
663664
}
664665
auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), //
665666
particle.status()) //

0 commit comments

Comments
 (0)