Browse Source

Fix a wide line in test_pt.c

Nick Mathewson 10 years ago
parent
commit
e6c0fb2b6d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/test/test_pt.c

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