mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:23:40 +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
|
|
@ -319,7 +319,7 @@ static CURLcode bindlocal(struct connectdata *conn,
|
|||
* as a hostname or ip address.
|
||||
*/
|
||||
if(setsockopt(sockfd, SOL_SOCKET, SO_BINDTODEVICE,
|
||||
dev, (curl_socklen_t)strlen(dev)+1) != 0) {
|
||||
dev, (curl_socklen_t)strlen(dev) + 1) != 0) {
|
||||
error = SOCKERRNO;
|
||||
infof(data, "SO_BINDTODEVICE %s failed with errno %d: %s;"
|
||||
" will do regular bind\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue