mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +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
|
|
@ -4087,7 +4087,7 @@ CURLcode Curl_ftpsendf(struct connectdata *conn,
|
|||
result = Curl_convert_to_network(conn->data, s, write_len);
|
||||
/* Curl_convert_to_network calls failf if unsuccessful */
|
||||
if(result)
|
||||
return(result);
|
||||
return result;
|
||||
|
||||
for(;;) {
|
||||
#ifdef HAVE_GSSAPI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue