Whitespace cleanups...

This commit is contained in:
click
2011-06-18 19:51:28 +02:00
parent 7d77812055
commit f778c5e739
18 changed files with 45 additions and 45 deletions

View File

@@ -422,7 +422,7 @@ bool MySQLConnection::ExecuteTransaction(SQLTransaction& transaction)
// we might want to restart the transaction. So to prevent data loss, we only clean up when it's all done.
// This is done in calling functions DatabaseWorkerPool<T>::DirectCommitTransaction and TransactionTask::Execute,
// and not while iterating over every element.
CommitTransaction();
return true;
}