[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)

This commit is contained in:
Spp
2011-09-15 14:08:17 +02:00
parent 9006e4e8dc
commit af05915b9e
431 changed files with 3131 additions and 3131 deletions

View File

@@ -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;