mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +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
|
|
@ -198,7 +198,7 @@ static CURLcode ldap_connect(struct connectdata *conn, bool *done)
|
|||
(void)done;
|
||||
|
||||
strcpy(hosturl, "ldap");
|
||||
ptr = hosturl+4;
|
||||
ptr = hosturl + 4;
|
||||
if(conn->handler->flags & PROTOPT_SSL)
|
||||
*ptr++ = 's';
|
||||
snprintf(ptr, sizeof(hosturl)-(ptr-hosturl), "://%s:%d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue