mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
very minor indentation fix
This commit is contained in:
parent
21b05afc99
commit
c107303ade
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ static CURLcode _connect(CURL *curl, CURLconnect **in_connect)
|
|||
/* the name is given, get user+password */
|
||||
sscanf(data->userpwd, "%127[^:]:%127[^\n]",
|
||||
data->user, data->passwd);
|
||||
}
|
||||
}
|
||||
else
|
||||
/* no name given, get the password only */
|
||||
sscanf(data->userpwd+1, "%127[^\n]", data->passwd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue