checksrc: detect and remove space before trailing semicolons
This commit is contained in:
@@ -731,7 +731,7 @@ Curl_http_output_auth(struct connectdata *conn,
|
||||
|
||||
if((conn->bits.httpproxy && conn->bits.proxy_user_passwd) ||
|
||||
conn->bits.user_passwd)
|
||||
/* continue please */ ;
|
||||
/* continue please */;
|
||||
else {
|
||||
authhost->done = TRUE;
|
||||
authproxy->done = TRUE;
|
||||
|
Reference in New Issue
Block a user