]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1711] fix indentation
authorRazvan Becheriu <razvan@isc.org>
Sun, 21 Feb 2021 15:08:23 +0000 (17:08 +0200)
committerRazvan Becheriu <razvan@isc.org>
Sun, 21 Feb 2021 15:08:23 +0000 (17:08 +0200)
src/lib/mysql/mysql_connection.h

index 930db9faf26be2ca3b2f8485f2c56948bf9cfd80..e80391656214bb919c40c83bf825efada5b11bab 100644 (file)
@@ -622,8 +622,7 @@ public:
             case CR_SERVER_GONE_ERROR:
             case CR_SERVER_LOST:
             case CR_OUT_OF_MEMORY:
-            case CR_CONNECTION_ERROR:
-            {
+            case CR_CONNECTION_ERROR: {
                 DB_LOG_ERROR(db::MYSQL_FATAL_ERROR)
                     .arg(what)
                     .arg(text_statements_[static_cast<int>(index)])