mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Fix clang-format const position (#6562)
This commit is contained in:
@@ -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") },
|
||||
|
||||
Reference in New Issue
Block a user