]> granicus.if.org Git - curl/commitdiff
Curl_read_plain: indent code
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Aug 2011 20:42:02 +0000 (22:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 Aug 2011 21:20:27 +0000 (23:20 +0200)
lib/sendf.c

index dd031133c033d04d23f375fbead197d776ed3806..37a06ef5303fb7be5870cb9ad7d668f71bc84657 100644 (file)
@@ -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;