refactor(Core/Common): restyle common lib with astyle (#3461)
This commit is contained in:
parent
e15a493927
commit
3a0b0356ac
101 changed files with 4524 additions and 4418 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue