Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MegaLinter] Apply linters automatic fixes to #4551 #24

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PWGHF/Core/HfMlResponseLcToPKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
// Fill the map of available input features
// the key is the feature's name (std::string)
// the value is the corresponding value in EnumInputFeatures
#define FILL_MAP_LCTOPKPI(FEATURE) \
{ \
#FEATURE, static_cast < uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
#define FILL_MAP_LCTOPKPI(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
Expand Down
Loading