From: Daniel Stenberg Date: Thu, 24 May 2007 21:11:00 +0000 (+0000) Subject: stay within 80 cols X-Git-Tag: curl-7_16_3~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05ab8d291c07d9a544516a422a541c15f0b01e96;p=thirdparty%2Fcurl.git stay within 80 cols --- diff --git a/lib/transfer.c b/lib/transfer.c index f8d0af87bb..40af49cc0b 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -1631,8 +1631,8 @@ CURLcode Curl_readwrite(struct connectdata *conn, /* - * Curl_readwrite_init() inits the readwrite session. This is inited each time for a - * transfer, sometimes multiple times on the same SessionHandle + * Curl_readwrite_init() inits the readwrite session. This is inited each time + * for a transfer, sometimes multiple times on the same SessionHandle */ CURLcode Curl_readwrite_init(struct connectdata *conn)