Skip to content

Commit cdbadf2

Browse files
committed
Please consider the following formatting changes
1 parent f68b9a4 commit cdbadf2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

PWGHF/Core/HfMlResponseDplusToPiKPi.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_DPLUS(FEATURE) \
29-
{ \
30-
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::FEATURE)}
28+
#define FILL_MAP_DPLUS(FEATURE) \
29+
{ \
30+
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::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

PWGHF/Core/HfMlResponseLcToPKPi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define FILL_MAP_LCTOPKPI(FEATURE) \
2727
{ \
2828
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
29-
} \
29+
}
3030

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

0 commit comments

Comments
 (0)