mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:33:37 +03:00
cleanup: use a single space after equals sign in assignments
This commit is contained in:
parent
ad829b21ae
commit
d23cc224e6
7 changed files with 12 additions and 12 deletions
|
|
@ -3210,7 +3210,7 @@ static CURLcode resolve_server(struct Curl_easy *data,
|
|||
|
||||
else if(!hostaddr) {
|
||||
failf(data, "Couldn't resolve host '%s'", connhost->dispname);
|
||||
result = CURLE_COULDNT_RESOLVE_HOST;
|
||||
result = CURLE_COULDNT_RESOLVE_HOST;
|
||||
/* don't return yet, we need to clean up the timeout first */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue