mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
Curl_read_plain: indent code
This commit is contained in:
parent
407e08baad
commit
0fd2bf3726
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue