mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
refactor(Core/Common): restyle tools with astyle (#3706)
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
#define MIN_MYSQL_SERVER_VERSION 50600u
|
||||
#define MIN_MYSQL_CLIENT_VERSION 50600u
|
||||
|
||||
template <class T>
|
||||
DatabaseWorkerPool<T>::DatabaseWorkerPool() :
|
||||
template <class T> DatabaseWorkerPool<T>::DatabaseWorkerPool() :
|
||||
_mqueue(new ACE_Message_Queue<ACE_SYNCH>(2 * 1024 * 1024, 2 * 1024 * 1024)),
|
||||
_queue(new ACE_Activation_Queue(_mqueue))
|
||||
{
|
||||
|
||||
@@ -845,8 +845,7 @@ void WheatyExceptionReport::WriteStackDetails(
|
||||
// The function invoked by SymEnumSymbols
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
BOOL CALLBACK
|
||||
WheatyExceptionReport::EnumerateSymbolsCallback(
|
||||
BOOL CALLBACK WheatyExceptionReport::EnumerateSymbolsCallback(
|
||||
PSYMBOL_INFO pSymInfo,
|
||||
ULONG /*SymbolSize*/,
|
||||
PVOID UserContext)
|
||||
@@ -1361,8 +1360,7 @@ void WheatyExceptionReport::FormatOutputValue(char* pszCurrBuffer,
|
||||
}
|
||||
}
|
||||
|
||||
BasicType
|
||||
WheatyExceptionReport::GetBasicType(DWORD typeIndex, DWORD64 modBase)
|
||||
BasicType WheatyExceptionReport::GetBasicType(DWORD typeIndex, DWORD64 modBase)
|
||||
{
|
||||
BasicType basicType;
|
||||
if (SymGetTypeInfo(m_hProcess, modBase, typeIndex,
|
||||
|
||||
Reference in New Issue
Block a user