mirror of
https://github.com/boostorg/asio.git
synced 2026-01-19 04:02:09 +00:00
Remove tab characters.
[SVN r34725]
This commit is contained in:
@@ -79,9 +79,9 @@ private:
|
||||
static void openssl_locking_func(int mode, int n,
|
||||
const char *file, int line)
|
||||
{
|
||||
if (mode & CRYPTO_LOCK)
|
||||
if (mode & CRYPTO_LOCK)
|
||||
instance()->mutexes_[n]->lock();
|
||||
else
|
||||
else
|
||||
instance()->mutexes_[n]->unlock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user