Skip to content

Commit 741dcc5

Browse files
committed
Please consider the following formatting changes
1 parent 9ebc532 commit 741dcc5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

PWGHF/Core/HfMlResponseBplusToD0Pi.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_BPLUS(FEATURE) \
30-
{ \
31-
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::FEATURE)}
29+
#define FILL_MAP_BPLUS(FEATURE) \
30+
{ \
31+
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::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

PWGHF/Core/HfMlResponseBplusToD0PiReduced.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_BPLUS(FEATURE) \
30-
{ \
31-
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::FEATURE)}
29+
#define FILL_MAP_BPLUS(FEATURE) \
30+
{ \
31+
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::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)