Skip to content

Commit 9595f19

Browse files
author
Mattia Faggin
committed
another clang-format fix
1 parent dffb22f commit 9595f19

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PWGHF/Core/HfMlResponseDsToKKPi.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
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; \
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; \
9494
}
9595

9696
namespace o2::analysis

0 commit comments

Comments
 (0)