mirror of
https://github.com/curl/curl.git
synced 2026-08-03 11:40:28 +03:00
code style: use spaces around pluses
This commit is contained in:
parent
ca86006deb
commit
e5743f08e7
104 changed files with 386 additions and 366 deletions
|
|
@ -213,7 +213,7 @@ CURLcode Curl_SOCKS4(const char *proxy_user,
|
|||
return CURLE_COULDNT_CONNECT;
|
||||
}
|
||||
/* copy the proxy name WITH trailing zero */
|
||||
memcpy(socksreq + 8, proxy_user, plen+1);
|
||||
memcpy(socksreq + 8, proxy_user, plen + 1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue