Add spaces after commas

This commit is contained in:
leak
2011-04-29 20:47:02 +02:00
parent 01a79947d5
commit 1003f30448
645 changed files with 9439 additions and 9439 deletions

View File

@@ -44,7 +44,7 @@ bool SQLQueryHolder::SetPQuery(size_t index, const char *format, ...)
{
if (!format)
{
sLog->outError("Query (index: %zu) is empty.",index);
sLog->outError("Query (index: %zu) is empty.", index);
return false;
}
@@ -56,7 +56,7 @@ bool SQLQueryHolder::SetPQuery(size_t index, const char *format, ...)
if (res == -1)
{
sLog->outError("SQL Query truncated (and not execute) for format: %s",format);
sLog->outError("SQL Query truncated (and not execute) for format: %s", format);
return false;
}