From: Roger Dingledine Date: Sun, 23 Mar 2014 04:12:40 +0000 (-0400) Subject: whitespace fix X-Git-Tag: tor-0.2.5.4-alpha~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d336d407d63638ddd1ae35081cc7e53698cd1b5e;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 80d835131b..12a695b9cb 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -3100,7 +3100,7 @@ openssl_locking_cb_(int mode, int n, const char *file, int line) (void)file; (void)line; if (!openssl_mutexes_) - /* This is not a really good fix for the + /* This is not a really good fix for the * "release-freed-lock-from-separate-thread-on-shutdown" problem, but * it can't hurt. */ return;