Commit 87988bf4 authored by Luca Boccassi's avatar Luca Boccassi

Problem: formatting error

Solution: run make clang-format-diff to fix it
parent edc266b3
...@@ -129,7 +129,8 @@ void zmq::enable_ipv4_mapping (fd_t s_) ...@@ -129,7 +129,8 @@ void zmq::enable_ipv4_mapping (fd_t s_)
{ {
LIBZMQ_UNUSED (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 #ifdef ZMQ_HAVE_WINDOWS
DWORD flag = 0; DWORD flag = 0;
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment