Skip to content

Commit dd81379

Browse files
authored
Please consider the following formatting changes to #13525 (#135)
1 parent 44802d0 commit dd81379

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

PWGHF/Core/HfMlResponseD0ToKPi.h

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

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

PWGHF/Core/HfMlResponseDsToKKPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_DS(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE)}
30+
#define FILL_MAP_DS(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE) \
33+
}
3334

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

PWGHF/Core/HfMlResponseLcToK0sP.h

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

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

PWGHF/Core/HfMlResponseLcToPKPi.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_LCTOPKPI(FEATURE) \
33-
{ \
34-
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE)}
32+
#define FILL_MAP_LCTOPKPI(FEATURE) \
33+
{ \
34+
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::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/HfMlResponseOmegacToOmegaPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_OMEGAC0(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesOmegacToOmegaPi::FEATURE)}
30+
#define FILL_MAP_OMEGAC0(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesOmegacToOmegaPi::FEATURE) \
33+
}
3334

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

0 commit comments

Comments
 (0)