From d336d407d63638ddd1ae35081cc7e53698cd1b5e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 23 Mar 2014 00:12:40 -0400 Subject: [PATCH] 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 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;