mirror of
https://github.com/curl/curl.git
synced 2026-08-05 11:26:14 +03:00
checksrc: detect and remove space before trailing semicolons
This commit is contained in:
parent
0037eb5805
commit
2dc1a5ce93
8 changed files with 30 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue