Explorar o código

whitespace fix

Nick Mathewson %!s(int64=7) %!d(string=hai) anos
pai
achega
34ecfeb479
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/test/test_socks.c

+ 1 - 1
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);