aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.cpp
diff options
context:
space:
mode:
authorleguybrush <guybrush005@gmail.com>2013-10-28 14:36:07 -0400
committerleguybrush <guybrush005@gmail.com>2013-10-28 14:36:07 -0400
commit0a308144a8e24e7aef0fa15739548f522928b9e2 (patch)
treecf12efee5825eb9a85bc41041a0654a079669108 /src/server/shared/Database/MySQLConnection.cpp
parent5cfd180247226f404584a8927d0a9908848ab8c9 (diff)
Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.
Diffstat (limited to 'src/server/shared/Database/MySQLConnection.cpp')
-rw-r--r--src/server/shared/Database/MySQLConnection.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/shared/Database/MySQLConnection.cpp b/src/server/shared/Database/MySQLConnection.cpp
index 4307cab98f2..25ffbc18614 100644
--- a/src/server/shared/Database/MySQLConnection.cpp
+++ b/src/server/shared/Database/MySQLConnection.cpp
@@ -41,9 +41,7 @@ m_queue(NULL),
m_worker(NULL),
m_Mysql(NULL),
m_connectionInfo(connInfo),
-m_connectionFlags(CONNECTION_SYNCH)
-{
-}
+m_connectionFlags(CONNECTION_SYNCH) { }
MySQLConnection::MySQLConnection(ACE_Activation_Queue* queue, MySQLConnectionInfo& connInfo) :
m_reconnecting(false),