mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:37:24 +03:00
pingpong: Fix indentation (whitespace change only)
Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
181b08babb
commit
40ecd6c9b8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue