Skip to content

Commit e6d9b9f

Browse files
committed
Please consider the following formatting changes
1 parent f8aa76e commit e6d9b9f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

ALICE3/Core/TOFResoALICE3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace o2::pid::tof
3535
class TOFResoALICE3 : public Parametrization
3636
{
3737
public:
38-
TOFResoALICE3() : Parametrization("TOFResoALICE3", 1) {};
38+
TOFResoALICE3() : Parametrization("TOFResoALICE3", 1){};
3939
~TOFResoALICE3() override = default;
4040
float operator()(const float* x) const override
4141
{

ALICE3/ML/HfMlResponse3Prong.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_3PRONG(FEATURE) \
28-
{ \
29-
#FEATURE, static_cast<uint8_t>(InputFeatures3Prong::FEATURE)}
27+
#define FILL_MAP_3PRONG(FEATURE) \
28+
{ \
29+
#FEATURE, static_cast<uint8_t>(InputFeatures3Prong::FEATURE) \
30+
}
3031

3132
// Specific case of CHECK_AND_FILL_ML_ALICE3_FULL(OBJECT, FEATURE, GETTER)
3233
// where OBJECT is named candidate and FEATURE = GETTER

0 commit comments

Comments
 (0)