diff options
| author | megamage <none@none> | 2009-05-13 18:28:21 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-13 18:28:21 -0500 |
| commit | 54572864167640fa7ccadb53f6cc607e42f29561 (patch) | |
| tree | 5d154a35262dd55944cafb51dcdc22f3411a8bbb /src/shared/Database | |
| parent | 15936b41974e91c40c745715c56f768638ee9786 (diff) | |
[7815] Apply mangos code style: Replace tabs by spaces in recent added code. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database')
| -rw-r--r-- | src/shared/Database/Database.cpp | 2 | ||||
| -rw-r--r-- | src/shared/Database/DatabaseMysql.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/Database/Database.cpp b/src/shared/Database/Database.cpp index 783b520ded3..d5ccc581232 100644 --- a/src/shared/Database/Database.cpp +++ b/src/shared/Database/Database.cpp @@ -110,7 +110,7 @@ bool Database::PExecuteLog(const char * format,...) void Database::SetResultQueue(SqlResultQueue * queue) { - m_queryQueues[ACE_Based::Thread::current()] = queue; + m_queryQueues[ACE_Based::Thread::current()] = queue; } diff --git a/src/shared/Database/DatabaseMysql.cpp b/src/shared/Database/DatabaseMysql.cpp index 92b303a167d..9574d3dc2ac 100644 --- a/src/shared/Database/DatabaseMysql.cpp +++ b/src/shared/Database/DatabaseMysql.cpp @@ -351,7 +351,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; |
