checksrc: use space before paren in "return (expr);"

This commit is contained in:
Daniel Stenberg
2015-03-17 13:05:01 +01:00
parent 3dbe12a1e9
commit a6b8fe2a5f
7 changed files with 27 additions and 16 deletions

View File

@@ -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)