Parcourir la source

Fix a wide line in test_pt.c

Nick Mathewson il y a 10 ans
Parent
commit
e6c0fb2b6d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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));