Skip to content

Commit 2fe7921

Browse files
authored
Merge pull request #5 from alibuild/alibot-cleanup-11388
Please consider the following formatting changes to #11388
2 parents 6395aed + fadc182 commit 2fe7921

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGHF/Core/HfMlResponseXic0ToXiPikf.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// the key is the feature's name (std::string)
2727
// the value is the corresponding value in EnumInputFeatures
2828
#define FILL_MAP_XIC0TOXIPI(FEATURE) \
29-
{ \
29+
{ \
3030
#FEATURE, static_cast<uint8_t>(InputFeaturesXic0ToXiPi::FEATURE) \
3131
}
3232

@@ -36,15 +36,15 @@
3636
// by calling the corresponding GETTER from OBJECT
3737
#define CHECK_AND_FILL_VEC_XIC0TOXIPI_FULL(OBJECT, FEATURE, GETTER) \
3838
case static_cast<uint8_t>(InputFeaturesXic0ToXiPi::FEATURE): { \
39-
inputFeatures.emplace_back(OBJECT.GETTER()); \
40-
break; \
39+
inputFeatures.emplace_back(OBJECT.GETTER()); \
40+
break; \
4141
}
4242

4343
// where OBJECT is named candidate and FEATURE = GETTER
4444
#define CHECK_AND_FILL_VEC_XIC0TOXIPI(GETTER) \
4545
case static_cast<uint8_t>(InputFeaturesXic0ToXiPi::GETTER): { \
46-
inputFeatures.emplace_back(candidate.GETTER()); \
47-
break; \
46+
inputFeatures.emplace_back(candidate.GETTER()); \
47+
break; \
4848
}
4949

5050
namespace o2::analysis

0 commit comments

Comments
 (0)