Skip to content

Commit 9e74e58

Browse files
committed
Fix whitespaces
1 parent be04769 commit 9e74e58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main/network.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -886,10 +886,10 @@ php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short
886886
}
887887
#endif
888888
#ifdef IP_BIND_ADDRESS_NO_PORT
889-
{
890-
int val = 1;
891-
(void) setsockopt(sock, SOL_IP, IP_BIND_ADDRESS_NO_PORT, &val, sizeof(val));
892-
}
889+
{
890+
int val = 1;
891+
(void) setsockopt(sock, SOL_IP, IP_BIND_ADDRESS_NO_PORT, &val, sizeof(val));
892+
}
893893
#endif
894894
if (local_address_len == 0) {
895895
php_error_docref(NULL, E_WARNING, "Invalid IP Address: %s", bindto);

0 commit comments

Comments
 (0)