2
0
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:
Christopher Kohlhoff
2006-07-25 11:01:15 +00:00
parent bfa9281e2c
commit 418caa0ef9

View File

@@ -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();
}