Skip to content

Commit f722d45

Browse files
committed
Please consider the following formatting changes
1 parent ddf16a8 commit f722d45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,7 @@ struct nucleiSpectra {
10351035
}
10361036
}
10371037
}
1038-
}
1039-
else if (particle.has_mothers()) {
1038+
} else if (particle.has_mothers()) {
10401039
flags |= kIsSecondaryFromWeakDecay;
10411040
for (auto& motherparticle : particle.mothers_as<aod::McParticles>()) {
10421041
motherPdgCode = motherparticle.pdgCode();

0 commit comments

Comments
 (0)