diff options
author | Roger Dingledine <arma@torproject.org> | 2014-03-23 00:12:40 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-03-23 00:12:40 -0400 |
commit | d336d407d63638ddd1ae35081cc7e53698cd1b5e (patch) | |
tree | 418ba6d380b4ded20caabc9f1ddb3d82845e806a /src/common/crypto.c | |
parent | e4c7fdd48c34b4e8ca237a444f8c4560f5671590 (diff) | |
download | tor-d336d407d63638ddd1ae35081cc7e53698cd1b5e.tar.gz tor-d336d407d63638ddd1ae35081cc7e53698cd1b5e.zip |
whitespace fix
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |