Fix clang-format const position (#6562)

This commit is contained in:
Cœur
2024-02-04 05:15:27 +01:00
committed by GitHub
parent 81008a1692
commit 1c71ba5c83

View File

@@ -97,7 +97,7 @@ private:
bool isPaused_ = false;
sigc::connection refresh_tag_;
static auto const inline level_names_ = std::array<std::pair<tr_log_level, char const*>, 5U>{ {
static auto inline const level_names_ = std::array<std::pair<tr_log_level, char const*>, 5U>{ {
{ TR_LOG_CRITICAL, C_("Logging level", "Critical") },
{ TR_LOG_ERROR, C_("Logging level", "Error") },
{ TR_LOG_WARN, C_("Logging level", "Warning") },