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

@@ -50,7 +50,7 @@ void Transaction::Append(PreparedStatement* stmt)
void Transaction::Cleanup()
{
// This might be called by explicit calls to Cleanup or by the auto-destructor
if (_cleanedUp)
if (_cleanedUp)
return;
while (!m_queries.empty())