mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
[11833] remove trailing whitespaces
Signed-off-by: SilverIce <slifeleaf@gmail.com>
This commit is contained in:
parent
ee7f3811e0
commit
09e331767d
21 changed files with 41 additions and 41 deletions
|
|
@ -22,7 +22,7 @@
|
|||
/// Function body definitions for the template function members of the Database class
|
||||
|
||||
#define ASYNC_QUERY_BODY(sql) if (!sql || !m_pResultQueue) return false;
|
||||
#define ASYNC_DELAYHOLDER_BODY(holder) if (!holder || !m_pResultQueue) return false;
|
||||
#define ASYNC_DELAYHOLDER_BODY(holder) if (!holder || !m_pResultQueue) return false;
|
||||
|
||||
#define ASYNC_PQUERY_BODY(format, szQuery) \
|
||||
if(!format) return false; \
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ bool PostgreSQLConnection::CommitTransaction()
|
|||
}
|
||||
|
||||
bool PostgreSQLConnection::RollbackTransaction()
|
||||
{
|
||||
{
|
||||
return _TransactionCmd("ROLLBACK");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue