mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
pingpong: Fix indentation (whitespace change only)
Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
181b08babb
commit
40ecd6c9b8
@ -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…
Reference in New Issue
Block a user