Skip to content

Commit 1e27f01

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent f4e3100 commit 1e27f01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGHF/Core/HfMlResponseLcToK0sP.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
// Fill the map of available input features
2929
// the key is the feature's name (std::string)
3030
// the value is the corresponding value in EnumInputFeatures
31-
#define FILL_MAP_LC(FEATURE) \
32-
{ \
33-
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE)}
31+
#define FILL_MAP_LC(FEATURE) \
32+
{ \
33+
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE) \
34+
}
3435

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

0 commit comments

Comments
 (0)