commit d336d407d63638ddd1ae35081cc7e53698cd1b5e Author: Roger Dingledine arma@torproject.org Date: Sun Mar 23 00:12:40 2014 -0400
whitespace fix --- src/common/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/crypto.c b/src/common/crypto.c index 80d8351..12a695b 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;
tor-commits@lists.torproject.org