Skip to content

Commit 090eeea

Browse files
committed
Please consider the following formatting changes
1 parent dffb22f commit 090eeea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGHF/Core/HfMlResponseDsToKKPi.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484
// Variation of CHECK_AND_FILL_VEC_DS_OBJECT_SIGNED(OBJECT, FEATURE, GETTER1, GETTER2)
8585
// where GETTER1 and GETTER2 are methods of the OBJECT
8686
#define CHECK_AND_FILL_VEC_DS_SIGNED(OBJECT, FEATURE, GETTER1, GETTER2) \
87-
case static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE): { \
88-
if (caseDsToKKPi) { \
89-
inputFeatures.emplace_back(OBJECT.GETTER1()); \
90-
} else { \
91-
inputFeatures.emplace_back(OBJECT.GETTER2()); \
92-
} \
93-
break; \
94-
}
87+
case static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE): { \
88+
if (caseDsToKKPi) { \
89+
inputFeatures.emplace_back(OBJECT.GETTER1()); \
90+
} else { \
91+
inputFeatures.emplace_back(OBJECT.GETTER2()); \
92+
} \
93+
break; \
94+
}
9595

9696
namespace o2::analysis
9797
{

0 commit comments

Comments
 (0)