From 509e283ad27b3ca37461267716f5502e4b174fe0 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Mon, 17 Feb 2025 05:35:55 +0100 Subject: [PATCH] Fix code inconsistently formatted by clang-format --- httplib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httplib.h b/httplib.h index edea018..52ca2af 100644 --- a/httplib.h +++ b/httplib.h @@ -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__