Commit 3a9c03be authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

indentation fixes only

parent f0dbdcff
Loading
Loading
Loading
Loading
+27 −28
Original line number Diff line number Diff line
@@ -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;