style: macros indentations (again)

main
Tom MTT. 1 year ago
parent 46d7d4bff3
commit 43be904636

@ -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("");

Loading…
Cancel
Save