diff options
author | Ben Greear <greearb@candelatech.com> | 2010-07-19 18:07:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-07-21 21:27:33 +0200 |
commit | 40ecd6c9b8104019bc210d6cb39dfbf79389550c (patch) | |
tree | eccbc21a069d2dd55f2cdb19c639ece1fc5c422d /lib | |
parent | 181b08babb0fd74fca60bac1265be631cfb35d50 (diff) |
pingpong: Fix indentation (whitespace change only)
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pingpong.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pingpong.c b/lib/pingpong.c index 6172833f8..7b2a66477 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 |