From: Razvan Becheriu Date: Sun, 21 Feb 2021 15:08:23 +0000 (+0200) Subject: [#1711] fix indentation X-Git-Tag: Kea-1.9.5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97fc0b7dce883afcedacc5824388f6abfec1ff0b;p=thirdparty%2Fkea.git [#1711] fix indentation --- diff --git a/src/lib/mysql/mysql_connection.h b/src/lib/mysql/mysql_connection.h index 930db9faf2..e803916562 100644 --- a/src/lib/mysql/mysql_connection.h +++ b/src/lib/mysql/mysql_connection.h @@ -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(index)])