Skip to content

Commit faaee9b

Browse files
committed
Please consider the following formatting changes
1 parent db8476a commit faaee9b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

PWGJE/Core/MlResponseHfTagging.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
// Fill the map of available input features
3636
// the key is the feature's name (std::string)
3737
// the value is the corresponding value in EnumInputFeatures
38-
#define FILL_MAP_BJET(FEATURE) \
39-
{ \
40-
#FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE)}
38+
#define FILL_MAP_BJET(FEATURE) \
39+
{ \
40+
#FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE) \
41+
}
4142

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

0 commit comments

Comments
 (0)