From d2b8f7d54e6e79a88778dcb4791d3cd5fa633182 Mon Sep 17 00:00:00 2001 From: Rahim Kanji Date: Sat, 21 Oct 2023 14:43:58 +0500 Subject: [PATCH] Fixed code style --- lib/MySQL_Session.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index 66fed0ab7..f4ef709b3 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -6067,8 +6067,7 @@ bool MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C current_hostgroup = warning_in_hg; //warning_in_hg = -1; return false; - } - else { + } else { proxy_debug(PROXY_DEBUG_MYSQL_COM, 5, "No warnings were detected in the previous query. Sending an empty response.\n"); std::unique_ptr resultset(new SQLite3_result(1)); resultset->add_column_definition(SQLITE_TEXT, "@@session.warning_count");