mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 19:13:35 +01:00
Problem: formatting error
Solution: run make clang-format-diff to fix it
This commit is contained in:
parent
edc266b3ab
commit
87988bf4c8
@ -129,7 +129,8 @@ void zmq::enable_ipv4_mapping (fd_t s_)
|
||||
{
|
||||
LIBZMQ_UNUSED (s_);
|
||||
|
||||
#if defined IPV6_V6ONLY && !defined ZMQ_HAVE_OPENBSD && !defined ZMQ_HAVE_DRAGONFLY
|
||||
#if defined IPV6_V6ONLY && !defined ZMQ_HAVE_OPENBSD \
|
||||
&& !defined ZMQ_HAVE_DRAGONFLY
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
DWORD flag = 0;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user