Skip to content

Commit 1d5c7cc

Browse files
authored
Merge pull request #56 from alibuild/alibot-cleanup-12680
Please consider the following formatting changes to #12680
2 parents a61d043 + 9dc1db5 commit 1d5c7cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGEM/Dilepton/Utils/MlResponseO2Track.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
// Fill the map of available input features
2727
// the key is the feature's name (std::string)
2828
// the value is the corresponding value in EnumInputFeatures
29-
#define FILL_MAP_O2_TRACK(FEATURE) \
30-
{ \
31-
#FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE)}
29+
#define FILL_MAP_O2_TRACK(FEATURE) \
30+
{ \
31+
#FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE) \
32+
}
3233

3334
// Check if the index of mCachedIndices (index associated to a FEATURE)
3435
// matches the entry in EnumInputFeatures associated to this FEATURE

0 commit comments

Comments
 (0)