diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-12 19:28:23 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-12 19:28:23 +0000 |
commit | bd93062ee52edec4869416ab8306032658010900 (patch) | |
tree | 661adf937ac3fe4e489fccc9e1feea1d5e08de64 | |
parent | b56c9eb48e3cad89d35963f0934571bf5de48ab2 (diff) |
pingpong.h: Fixed line length over 78 characters from b56c9eb48e3c
-rw-r--r-- | lib/pingpong.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pingpong.h b/lib/pingpong.h index b99070f4f..b8ed91ca4 100644 --- a/lib/pingpong.h +++ b/lib/pingpong.h @@ -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); }; /* |