]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a wide line in test_pt.c
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 12:49:52 +0000 (08:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 12:49:52 +0000 (08:49 -0400)
src/test/test_pt.c

index 84b7a59ef00f45b9ed4522841ca2d6ec04788439..ac97cf9fb05c54902473bec20cc8f4431be5bb08 100644 (file)
@@ -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));