]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorNick Mathewson <nickm@torproject.org>
Thu, 22 Jun 2017 12:16:48 +0000 (08:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 Jun 2017 12:16:48 +0000 (08:16 -0400)
src/test/test_socks.c

index ab2393c0f3a527235e541cd4c1162f9c71e44ef8..94b94640cca3714d6926c7fd07e7f2c86a259000 100644 (file)
@@ -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);