mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
refactor(Core/Common): restyle common lib with astyle (#3461)
This commit is contained in:
@@ -19,7 +19,7 @@ static void lockingCallback(int mode, int type, char const* /*file*/, int /*line
|
||||
else
|
||||
cryptoLocks[type]->unlock();
|
||||
}
|
||||
static void threadIdCallback(CRYPTO_THREADID * id)
|
||||
static void threadIdCallback(CRYPTO_THREADID* id)
|
||||
{
|
||||
(void)id;
|
||||
CRYPTO_THREADID_set_numeric(id, std::hash<std::thread::id>()(std::this_thread::get_id()));
|
||||
|
||||
Reference in New Issue
Block a user