Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jan 10, 2025
1 parent 8c1e8dd commit f244475
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Detectors/DCS/include/DetectorsDCS/DeliveryType.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,4 @@ inline size_t dim_buffer_size(const DeliveryType type)
}
} // namespace o2::dcs



#endif /* O2_DCS_DELIVERY_TYPE */
24 changes: 12 additions & 12 deletions Framework/Core/src/ConfigParamRegistry.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,16 @@ template void ConfigParamRegistry::override(const char* key, double const&) cons
template void ConfigParamRegistry::override(const char* key, std::string const&) const;
template void ConfigParamRegistry::override(const char* key, bool const&) const;

//template void ConfigParamRegistry::override(char const* key, LabeledArray<std::string> const&) const;
//template void ConfigParamRegistry::override(char const* key, LabeledArray<double> const&) const;
//template void ConfigParamRegistry::override(char const* key, LabeledArray<float> const&) const;
//template void ConfigParamRegistry::override(char const* key, LabeledArray<int> const&) const;
//template void ConfigParamRegistry::override(char const* key, Array2D<std::string> const&) const;
//template void ConfigParamRegistry::override(char const* key, Array2D<double> const&) const;
//template void ConfigParamRegistry::override(char const* key, Array2D<float> const&) const;
//template void ConfigParamRegistry::override(char const* key, Array2D<int> const&) const;
//template void ConfigParamRegistry::override(char const* key, std::vector<std::string> const&) const;
//template void ConfigParamRegistry::override(char const* key, std::vector<double> const&) const;
//template void ConfigParamRegistry::override(char const* key, std::vector<float> const&) const;
//template void ConfigParamRegistry::override(char const* key, std::vector<int> const&) const;
// template void ConfigParamRegistry::override(char const* key, LabeledArray<std::string> const&) const;
// template void ConfigParamRegistry::override(char const* key, LabeledArray<double> const&) const;
// template void ConfigParamRegistry::override(char const* key, LabeledArray<float> const&) const;
// template void ConfigParamRegistry::override(char const* key, LabeledArray<int> const&) const;
// template void ConfigParamRegistry::override(char const* key, Array2D<std::string> const&) const;
// template void ConfigParamRegistry::override(char const* key, Array2D<double> const&) const;
// template void ConfigParamRegistry::override(char const* key, Array2D<float> const&) const;
// template void ConfigParamRegistry::override(char const* key, Array2D<int> const&) const;
// template void ConfigParamRegistry::override(char const* key, std::vector<std::string> const&) const;
// template void ConfigParamRegistry::override(char const* key, std::vector<double> const&) const;
// template void ConfigParamRegistry::override(char const* key, std::vector<float> const&) const;
// template void ConfigParamRegistry::override(char const* key, std::vector<int> const&) const;
} // namespace o2::framework

0 comments on commit f244475

Please sign in to comment.