mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
checksrc: use space before paren in "return (expr);"
This commit is contained in:
parent
3dbe12a1e9
commit
a6b8fe2a5f
7 changed files with 27 additions and 16 deletions
|
|
@ -214,7 +214,7 @@ CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp)
|
|||
result = Curl_convert_to_network(data, data->req.upload_fromhere, length);
|
||||
/* Curl_convert_to_network calls failf if unsuccessful */
|
||||
if(result)
|
||||
return(result);
|
||||
return result;
|
||||
#endif /* CURL_DOES_CONVERSIONS */
|
||||
|
||||
if((nread - hexlen) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue