Skip to content

Commit 95dc0ff

Browse files
committed
Please consider the following formatting changes
1 parent 604dd1f commit 95dc0ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGEM/PhotonMeson/Core/EmMlResponsePCM.h

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

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

0 commit comments

Comments
 (0)