Commit 62f3fdf3 authored by Pieter Hintjens's avatar Pieter Hintjens

Fixed indentation

parent 8ba1311e
...@@ -53,8 +53,8 @@ int zmq::ipc_address_t::resolve (const char *path_) ...@@ -53,8 +53,8 @@ int zmq::ipc_address_t::resolve (const char *path_)
} }
#if defined ZMQ_HAVE_LINUX #if defined ZMQ_HAVE_LINUX
if (path_[0] == '@' && !path_[1]) { if (path_[0] == '@' && !path_[1]) {
errno = EINVAL; errno = EINVAL;
return -1; return -1;
} }
#endif #endif
......
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