[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] whitespace fix
commit daeb633825920ca99830c75a79d9a7d4ed211a13
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Mon Dec 5 10:31:10 2016 -0500
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 2571829..be42d36 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -1707,7 +1707,7 @@ crypto_digest(char *digest, const char *m, size_t len)
{
tor_assert(m);
tor_assert(digest);
- if(SHA1((const unsigned char*)m,len,(unsigned char*)digest) == NULL)
+ if (SHA1((const unsigned char*)m,len,(unsigned char*)digest) == NULL)
return -1;
return 0;
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits