Skip to content

Commit 532c5fe

Browse files
authored
Merge pull request #43 from alibuild/alibot-cleanup-10984
Please consider the following formatting changes to #10984
2 parents b8f98d6 + e042eed commit 532c5fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGHF/Core/HfMlResponseXicToPKPi.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@
6565
// where GETTER1 and GETTER2 are methods of the OBJECT, and used
6666
// depending on whether the candidate is a XicToPKPi or a XicToPiKP
6767
#define CHECK_AND_FILL_VEC_XIC_SIGNED(OBJECT, FEATURE, GETTER1, GETTER2) \
68-
case static_cast<uint8_t>(InputFeaturesXicToPKPi::FEATURE): { \
69-
if (caseXicToPKPi) { \
70-
inputFeatures.emplace_back(OBJECT.GETTER1()); \
71-
} else { \
72-
inputFeatures.emplace_back(OBJECT.GETTER2()); \
73-
} \
74-
break; \
75-
}
68+
case static_cast<uint8_t>(InputFeaturesXicToPKPi::FEATURE): { \
69+
if (caseXicToPKPi) { \
70+
inputFeatures.emplace_back(OBJECT.GETTER1()); \
71+
} else { \
72+
inputFeatures.emplace_back(OBJECT.GETTER2()); \
73+
} \
74+
break; \
75+
}
7676

7777
namespace o2::analysis
7878
{

0 commit comments

Comments
 (0)