Skip to content

Commit 4fc0b25

Browse files
authored
Merge pull request #23 from alibuild/alibot-cleanup-16381
Please consider the following formatting changes to #16381
2 parents c8b1aa9 + d20de6e commit 4fc0b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/candidateCreatorXic0Omegac0Qa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ struct HfCandidateCreatorXic0Omegac0Qa {
958958
const KFPTrack kfTrackBach = createKFPTrackFromTrack(bachTrack);
959959

960960
bool isAnti = (bachTrack.signed1Pt() > 0 ? true : false);
961-
int bachCharge= (bachTrack.signed1Pt() > 0 ? +1 : -1);
961+
int bachCharge = (bachTrack.signed1Pt() > 0 ? +1 : -1);
962962

963963
KFParticle kfPos(kfTrack0, (isAnti ? -pdgIdOfV0DauNeg : pdgIdOfV0DauPos));
964964
KFParticle kfNeg(kfTrack1, (isAnti ? -pdgIdOfV0DauPos : pdgIdOfV0DauNeg));

0 commit comments

Comments
 (0)