[tor-commits] [tor/master] whitespace fix
    nickm at torproject.org 
    nickm at torproject.org
       
    Thu Jun 22 12:17:00 UTC 2017
    
    
  
commit 34ecfeb4791432a94877531383b14b1614a77576
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 22 08:16:48 2017 -0400
    whitespace fix
---
 src/test/test_socks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_socks.c b/src/test/test_socks.c
index ab2393c..94b9464 100644
--- a/src/test/test_socks.c
+++ b/src/test/test_socks.c
@@ -241,7 +241,7 @@ test_socks_5_supported_commands(void *ptr)
 
   tt_str_op("8.8.8.8", OP_EQ, socks->address);
   tt_int_op(4369, OP_EQ, socks->port);
-  
+
   tt_int_op(0, OP_EQ, buf_datalen(buf));
 
   socks_request_clear(socks);
    
    
More information about the tor-commits
mailing list