Skip to content

Commit fc0c514

Browse files
authored
Merge pull request #29 from alibuild/alibot-cleanup-11368
Please consider the following formatting changes to #11368
2 parents 99a6561 + b60bdf5 commit fc0c514

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

PWGHF/Core/HfMlResponseBplusToJpsiKReduced.h

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

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

PWGHF/Core/HfMlResponseBsToJpsiPhiReduced.h

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

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

0 commit comments

Comments
 (0)