Skip to content

Commit 0cc2fa3

Browse files
authored
Merge pull request #47 from alibuild/alibot-cleanup-14203
[PWGCF] Please consider the following formatting changes to #14203
2 parents 237175a + 977af75 commit 0cc2fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ struct HadNucleiFemto {
576576
template <typename Ttrack>
577577
bool selectionPIDHadron(const Ttrack& candidate)
578578
{
579-
bool PID = false;
579+
bool PID = false;
580580
if (settingHadPDGCode == PDG_t::kPiPlus) {
581581
PID = selectionPIDPion(candidate);
582582
MassHad = o2::constants::physics::MassPiPlus;

0 commit comments

Comments
 (0)