Skip to content

Commit 06c38f9

Browse files
committed
Please consider the following formatting changes
1 parent ee488dc commit 06c38f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGDQ/Core/MuonMatchingMlResponse.h

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

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

0 commit comments

Comments
 (0)