style fixes

This commit is contained in:
Guenter Obiltschnig
2016-04-16 09:49:03 +02:00
parent 7448e16b76
commit 4ee483d930
8 changed files with 28 additions and 11 deletions

View File

@@ -111,8 +111,8 @@ std::size_t Statement::execute(bool reset)
doAsyncExec();
return 0;
}
} else
throw InvalidAccessException("Statement still executing.");
}
else throw InvalidAccessException("Statement still executing.");
}