MXS-2220 Run uncrustify on server headers

This commit is contained in:
Esa Korhonen
2019-01-04 15:51:39 +02:00
parent b16ee3a94e
commit 03adee2030
2 changed files with 36 additions and 35 deletions

View File

@ -324,6 +324,7 @@ private:
private:
mutable std::mutex m_lock; /**< Protects against concurrent writing */
Version m_version_num; /**< Numeric version */
Type m_type = Type::MARIADB; /**< Server type */
char m_version_str[MAX_VERSION_LEN + 1] = {'\0'};/**< Server version string */