Skip to content

Commit 3a9815f

Browse files
committed
Please consider the following formatting changes
1 parent 245ad8d commit 3a9815f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

PWGDQ/Core/MuonMatchingMlResponse.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_MFTMUON_MATCH(FEATURE) \
28-
{ \
29-
#FEATURE, static_cast<uint8_t>(InputFeaturesMFTMuonMatch::FEATURE)}
27+
#define FILL_MAP_MFTMUON_MATCH(FEATURE) \
28+
{ \
29+
#FEATURE, static_cast<uint8_t>(InputFeaturesMFTMuonMatch::FEATURE) \
30+
}
3031

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

0 commit comments

Comments
 (0)