[tor-commits] [tor/master] Fix a wide line in test_pt.c

nickm at torproject.org nickm at torproject.org
Thu Jul 18 12:49:54 UTC 2013


commit e6c0fb2b6db185448cdcbf479047cdbe525ef8a9
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jul 18 08:49:52 2013 -0400

    Fix a wide line in test_pt.c
---
 src/test/test_pt.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/test/test_pt.c b/src/test/test_pt.c
index 84b7a59..ac97cf9 100644
--- a/src/test/test_pt.c
+++ b/src/test/test_pt.c
@@ -94,7 +94,8 @@ test_pt_parsing(void)
   reset_mp(mp);
 
   /* Include some arguments. Good ones. */
-  strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 ARGS:counterweight=3,sling=snappy",
+  strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 "
+          "ARGS:counterweight=3,sling=snappy",
           sizeof(line));
   test_assert(parse_smethod_line(line, mp) == 0);
   tt_int_op(1, ==, smartlist_len(mp->transports));



More information about the tor-commits mailing list