Skip to content

Commit d297059

Browse files
committed
CS: Space after comma
1 parent 7da946e commit d297059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/xp_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ static bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /
447447
unsigned char ipv6[16];
448448
bool subject_name_is_ipv6 = false;
449449
subject_name_ipv6_expanded[0] = 0;
450-
if (inet_pton(AF_INET6,subject_name,&ipv6)) {
450+
if (inet_pton(AF_INET6, subject_name, &ipv6)) {
451451
EXPAND_IPV6_ADDRESS(subject_name_ipv6_expanded, ipv6);
452452
subject_name_is_ipv6 = true;
453453
}

0 commit comments

Comments
 (0)