From 0fd2bf372659da62b2705d0f0b558e33a9ea01c1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 Aug 2011 22:42:02 +0200 Subject: Curl_read_plain: indent code --- lib/sendf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/sendf.c') 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; -- cgit v1.2.3