Fix code inconsistently formatted by clang-format

This commit is contained in:
Florian Albrechtskirchinger 2025-02-17 05:35:55 +01:00
parent 32bf5c9c09
commit 509e283ad2
No known key found for this signature in database
GPG Key ID: 9C4E2AE92D3A9595

View File

@ -9735,8 +9735,8 @@ SSLClient::verify_host_with_subject_alt_name(X509 *server_cert) const {
auto type = GEN_DNS;
struct in6_addr addr6{};
struct in_addr addr{};
struct in6_addr addr6 = {};
struct in_addr addr = {};
size_t addr_len = 0;
#ifndef __MINGW32__