소스 검색

Fix a wide line in test_pt.c

Nick Mathewson 11 년 전
부모
커밋
e6c0fb2b6d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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));