]> granicus.if.org Git - curl/commitdiff
pingpong.h: Fixed line length over 78 characters from b56c9eb48e3c
authorSteve Holme <steve_holme@hotmail.com>
Tue, 12 Feb 2013 19:28:23 +0000 (19:28 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 12 Feb 2013 19:28:23 +0000 (19:28 +0000)
lib/pingpong.h

index b99070f4fc71103c0b1ec36a0b997ac426c268c6..b8ed91ca4e69acc8549bfa3ae91750d585e0c2a3 100644 (file)
@@ -64,7 +64,8 @@ struct pingpong {
 
   CURLcode (*statemach_act)(struct connectdata *conn);
 
-  bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len, int *code);
+  bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len,
+                    int *code);
 };
 
 /*