mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7815] Apply mangos code style: Replace tabs by spaces in recent added code.
This commit is contained in:
parent
8b163cca52
commit
803a815fa4
4 changed files with 5 additions and 5 deletions
|
|
@ -335,7 +335,7 @@ bool DatabaseMysql::CommitTransaction()
|
|||
// don't use queued execution if it has not been initialized
|
||||
if (!m_threadBody)
|
||||
{
|
||||
if (tranThread != ACE_Based::Thread::current())
|
||||
if (tranThread != ACE_Based::Thread::current())
|
||||
return false;
|
||||
bool _res = _TransactionCmd("COMMIT");
|
||||
tranThread = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue