style: macros indentations (again)
This commit is contained in:
parent
46d7d4bff3
commit
43be904636
2 changed files with 5 additions and 6 deletions
1
server.c
1
server.c
|
@ -108,7 +108,6 @@ 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