diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 20:28:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:38:36 +0200 |
commit | a71012c03ef6a7cbfba69bcafb559fa417c49af0 (patch) | |
tree | db917bd1712346053d67108c494e4424ba290e07 /lib/hostip.c | |
parent | 9d194a1143f280dfd5174108b27edd51d909383d (diff) | |
download | curl-a71012c03ef6a7cbfba69bcafb559fa417c49af0.tar.gz |
code: style updates
Diffstat (limited to 'lib/hostip.c')
-rw-r--r-- | lib/hostip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c index d79849745..727b62dfe 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -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] == '-') { |