mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Add spaces after commas
This commit is contained in:
@@ -340,7 +340,7 @@ bool MySQLConnection::_Query(const char *sql, MYSQL_RES **pResult, MYSQL_FIELD *
|
||||
}
|
||||
else if (sLog->GetSQLDriverQueryLogging())
|
||||
{
|
||||
sLog->outSQLDriver("[%u ms] SQL: %s", getMSTimeDiff(_s,getMSTime()), sql);
|
||||
sLog->outSQLDriver("[%u ms] SQL: %s", getMSTimeDiff(_s, getMSTime()), sql);
|
||||
}
|
||||
|
||||
*pResult = mysql_store_result(m_Mysql);
|
||||
|
||||
Reference in New Issue
Block a user