Skip to content

Commit 509e283

Browse files
Fix code inconsistently formatted by clang-format
1 parent 32bf5c9 commit 509e283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httplib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9735,8 +9735,8 @@ SSLClient::verify_host_with_subject_alt_name(X509 *server_cert) const {
97359735

97369736
auto type = GEN_DNS;
97379737

9738-
struct in6_addr addr6{};
9739-
struct in_addr addr{};
9738+
struct in6_addr addr6 = {};
9739+
struct in_addr addr = {};
97409740
size_t addr_len = 0;
97419741

97429742
#ifndef __MINGW32__

0 commit comments

Comments
 (0)