tidy-up: whitespace/indent

Closes #17925
This commit is contained in:
Viktor Szakats 2025-07-14 13:48:52 +02:00
parent e9ae1bd404
commit 3222eabe18
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 45 additions and 47 deletions

View file

@ -831,7 +831,7 @@ static CURLcode start_connect(struct Curl_cfilter *cf,
addr1 = addr_first_match(dns->addr, ai_family1);
/* no ip address families, probably AF_UNIX or something, use the
* address family given to us */
if(!addr1 && !addr0 && dns->addr) {
if(!addr1 && !addr0 && dns->addr) {
ai_family0 = dns->addr->ai_family;
addr0 = addr_first_match(dns->addr, ai_family0);
}