mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:03:32 +03:00
code: style updates
This commit is contained in:
parent
9d194a1143
commit
a71012c03e
85 changed files with 249 additions and 248 deletions
|
|
@ -778,7 +778,7 @@ CURLcode Curl_loadhostpairs(struct SessionHandle *data)
|
|||
char address[256];
|
||||
int port;
|
||||
|
||||
for(hostp = data->change.resolve; hostp; hostp = hostp->next ) {
|
||||
for(hostp = data->change.resolve; hostp; hostp = hostp->next) {
|
||||
if(!hostp->data)
|
||||
continue;
|
||||
if(hostp->data[0] == '-') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue