Core: Kill again whitespace :(

This commit is contained in:
Vincent-Michael
2014-07-21 18:13:48 +02:00
parent f4d065dee0
commit 946ab3e8b7
12 changed files with 20 additions and 20 deletions

View File

@@ -447,7 +447,7 @@ std::string MySQLPreparedStatement::getQueryString(std::string const& sqlPattern
//- Execution
PreparedStatementTask::PreparedStatementTask(PreparedStatement* stmt, bool async) :
m_stmt(stmt)
{
{
m_has_result = async; // If it's async, then there's a result
if (async)
m_result = new PreparedQueryResultPromise();