Skip to content

Commit bae7d74

Browse files
committed
Please consider the following formatting changes
1 parent f9ac39b commit bae7d74

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
@@ -25,9 +25,10 @@
2525
// Fill the map of available input features
2626
// the key is the feature's name (std::string)
2727
// the value is the corresponding value in EnumInputFeatures
28-
#define FILL_MAP_O2_TRACK(FEATURE) \
29-
{ \
30-
#FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE)}
28+
#define FILL_MAP_O2_TRACK(FEATURE) \
29+
{ \
30+
#FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE) \
31+
}
3132

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

0 commit comments

Comments
 (0)