diff --git a/include/dpp/cluster.h b/include/dpp/cluster.h index 95e79e8d53..df4de76ace 100644 --- a/include/dpp/cluster.h +++ b/include/dpp/cluster.h @@ -134,9 +134,9 @@ class DPP_EXPORT cluster { timer_next_t next_timer; /** - * @brief Mutex to work with named_commands and synchronize read write access - */ - std::shared_mutex named_commands_mutex; + * @brief Mutex to work with named_commands and synchronize read write access + */ + std::shared_mutex named_commands_mutex; /** * @brief Typedef for slashcommand handler type