Skip to content

Commit 231271d

Browse files
authored
Merge pull request #42 from alibuild/alibot-cleanup-10984
Please consider the following formatting changes to AliceO2Group#10984
2 parents ef27e99 + 09d39a4 commit 231271d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGHF/Core/HfMlResponseDstarToD0Pi.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151

5252
// Specific case of CHECK_AND_FILL_VEC_DSTAR_FULL(OBJECT, FEATURE, GETTER)
5353
// where OBJECT is named candidate and FEATURE != GETTER
54-
#define CHECK_AND_FILL_VEC_DSTAR_GETTER(FEATURE, GETTER) \
55-
case static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE): { \
56-
inputFeatures.emplace_back(candidate.GETTER()); \
57-
break; \
58-
}
54+
#define CHECK_AND_FILL_VEC_DSTAR_GETTER(FEATURE, GETTER) \
55+
case static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE): { \
56+
inputFeatures.emplace_back(candidate.GETTER()); \
57+
break; \
58+
}
5959

6060
// Very specific case of CHECK_AND_FILL_VEC_DSTAR_FULL(OBJECT, FEATURE, GETTER)
6161
// Use for push back different value for D*+ or D*- candidate

0 commit comments

Comments
 (0)