Skip to content

Commit 8910717

Browse files
authored
Fix for clang-format
1 parent e4fe95b commit 8910717

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
@@ -663,7 +663,7 @@ Bool_t
663663
auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), //
664664
particle.status()) //
665665
.fullEncoding;
666-
mParticles.push_back(TParticle(pdg, // Particle type
666+
mParticles.push_back(TParticle(pdg, // Particle type
667667
st, // status
668668
particle.mother1() - 1, // first mother
669669
particle.mother2() - 1, // second mother

0 commit comments

Comments
 (0)