mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
indentation fixes only
This commit is contained in:
parent
f0dbdcff9d
commit
3a9c03bef3
@ -1864,8 +1864,7 @@ static CURLMcode multi_socket(struct Curl_multi *multi,
|
||||
data->set.one_easy->easy_conn->send_pipe &&
|
||||
data->set.one_easy->easy_conn->send_pipe->head)
|
||||
data = data->set.one_easy->easy_conn->send_pipe->head->ptr;
|
||||
else
|
||||
if ((ev_bitmask & CURL_POLL_IN) &&
|
||||
else if ((ev_bitmask & CURL_POLL_IN) &&
|
||||
data->set.one_easy->easy_conn->recv_pipe &&
|
||||
data->set.one_easy->easy_conn->recv_pipe->head)
|
||||
data = data->set.one_easy->easy_conn->recv_pipe->head->ptr;
|
||||
@ -2143,7 +2142,7 @@ static int checkPendPipeline(struct connectdata *conn)
|
||||
Pay special attention to the new sending list "leader" as it needs to get
|
||||
checked to update what sockets it acts on.
|
||||
|
||||
*/
|
||||
*/
|
||||
static void moveHandleFromSendToRecvPipeline(struct SessionHandle *handle,
|
||||
struct connectdata *conn)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user