Skip to content

Commit 4546a61

Browse files
authored
Please consider the following formatting changes to AliceO2Group#13206 (#133)
1 parent db5c993 commit 4546a61

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

PWGHF/Core/HfMlResponseBplusToD0Pi.h

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

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

PWGHF/Core/HfMlResponseBplusToJpsiKReduced.h

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

3637
// Check if the index of mCachedIndices (index associated to a FEATURE)
3738
// 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
@@ -29,9 +29,10 @@
2929
// Fill the map of available input features
3030
// the key is the feature's name (std::string)
3131
// the value is the corresponding value in EnumInputFeatures
32-
#define FILL_MAP_BS(FEATURE) \
33-
{ \
34-
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToJpsiPhiReduced::FEATURE)}
32+
#define FILL_MAP_BS(FEATURE) \
33+
{ \
34+
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToJpsiPhiReduced::FEATURE) \
35+
}
3536

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

0 commit comments

Comments
 (0)