From: Stephan Bosch Date: Tue, 20 Mar 2018 19:58:46 +0000 (+0100) Subject: lib-http: Reformat http-client-host.c X-Git-Tag: 2.4.1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fd7233aff8c12f78528c7d3e05f85a87eb4ecf8;p=thirdparty%2Fdovecot%2Fcore.git lib-http: Reformat http-client-host.c --- diff --git a/src/lib-http/http-client-host.c b/src/lib-http/http-client-host.c index 9135fd7259..09d73cc1bd 100644 --- a/src/lib-http/http-client-host.c +++ b/src/lib-http/http-client-host.c @@ -164,8 +164,8 @@ http_client_host_shared_lookup(struct http_client_host_shared *hshared) dns_set.ioloop = cctx->ioloop; dns_set.event_parent = hshared->event; (void)dns_lookup(hshared->name, &dns_set, - http_client_host_shared_dns_callback, - hshared, &hshared->dns_lookup); + http_client_host_shared_dns_callback, hshared, + &hshared->dns_lookup); } else { struct ip_addr *ips; unsigned int ips_count;