Skip to content

Commit af9f04e

Browse files
committed
Please consider the following formatting changes
1 parent 5a5fa5e commit af9f04e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGHF/Core/HfMlResponseLcToPKPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
// Fill the map of available input features
2424
// the key is the feature's name (std::string)
2525
// the value is the corresponding value in EnumInputFeatures
26-
#define FILL_MAP_LCTOPKPI(FEATURE) \
27-
{ \
28-
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE)}
26+
#define FILL_MAP_LCTOPKPI(FEATURE) \
27+
{ \
28+
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
29+
}
2930

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

0 commit comments

Comments
 (0)