From: Ben Greear Date: Mon, 19 Jul 2010 16:07:50 +0000 (+0200) Subject: pingpong: Fix indentation (whitespace change only) X-Git-Tag: curl-7_21_1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40ecd6c9b8104019bc210d6cb39dfbf79389550c;p=thirdparty%2Fcurl.git pingpong: Fix indentation (whitespace change only) Signed-off-by: Ben Greear --- diff --git a/lib/pingpong.c b/lib/pingpong.c index 6172833f8d..7b2a664778 100644 --- a/lib/pingpong.c +++ b/lib/pingpong.c @@ -386,8 +386,8 @@ CURLcode Curl_pp_readresp(curl_socket_t sockfd, if(!conn->sec_complete) #endif if(data->set.verbose) - Curl_debug(data, CURLINFO_HEADER_IN, - pp->linestart_resp, (size_t)perline, conn); + Curl_debug(data, CURLINFO_HEADER_IN, + pp->linestart_resp, (size_t)perline, conn); /* * We pass all response-lines to the callback function registered