style(server.c): macros indentation
This commit is contained in:
parent
bb9a60b240
commit
46d7d4bff3
1 changed files with 10 additions and 9 deletions
1
server.c
1
server.c
|
@ -108,6 +108,7 @@ int initialize_server()
|
|||
verbose(3, " IPV6_V6ONLY...");
|
||||
if (setsockopt(server, IPPROTO_IPV6, IPV6_V6ONLY, &ipv6_only, sizeof(ipv6_only)) < 0)
|
||||
return -1;
|
||||
|
||||
#else
|
||||
if (ipv6_only == 0) {
|
||||
puts("");
|
||||
|
|
Reference in a new issue