From: Daniel Stenberg Date: Thu, 25 Aug 2011 20:42:02 +0000 (+0200) Subject: Curl_read_plain: indent code X-Git-Tag: curl-7_22_0~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fd2bf372659da62b2705d0f0b558e33a9ea01c1;p=curl Curl_read_plain: indent code --- diff --git a/lib/sendf.c b/lib/sendf.c index dd031133c..37a06ef53 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -527,10 +527,10 @@ CURLcode Curl_read_plain(curl_socket_t sockfd, * Returns a regular CURLcode value. */ CURLcode Curl_read(struct connectdata *conn, /* connection data */ - curl_socket_t sockfd, /* read from this socket */ - char *buf, /* store read data here */ - size_t sizerequested, /* max amount to read */ - ssize_t *n) /* amount bytes read */ + curl_socket_t sockfd, /* read from this socket */ + char *buf, /* store read data here */ + size_t sizerequested, /* max amount to read */ + ssize_t *n) /* amount bytes read */ { CURLcode curlcode = CURLE_RECV_ERROR; ssize_t nread = 0;