File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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_DPLUS (FEATURE ) \
29- { \
30- #FEATURE, static_cast <uint8_t >(InputFeaturesDplusToPiKPi::FEATURE)}
28+ #define FILL_MAP_DPLUS (FEATURE ) \
29+ { \
30+ #FEATURE, static_cast <uint8_t >(InputFeaturesDplusToPiKPi::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
Original file line number Diff line number Diff line change 2626#define FILL_MAP_LCTOPKPI (FEATURE ) \
2727 { \
2828 #FEATURE, static_cast <uint8_t >(InputFeaturesLcToPKPi::FEATURE) \
29- } \
29+ }
3030
3131// Check if the index of mCachedIndices (index associated to a FEATURE)
3232// matches the entry in EnumInputFeatures associated to this FEATURE
You can’t perform that action at this time.
0 commit comments