mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)
This commit is contained in:
@@ -172,7 +172,7 @@ bool SQLQueryHolderTask::Execute()
|
||||
{
|
||||
case SQL_ELEMENT_RAW:
|
||||
{
|
||||
char const *sql = data->element.query;
|
||||
char const* sql = data->element.query;
|
||||
if (sql)
|
||||
m_holder->SetResult(i, m_conn->Query(sql));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user