Commit ec98916e authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1541 from jemc/master

Problem: Source files contain mixed tabs and spaces.
parents 6aa5c20b 61217a26
...@@ -322,7 +322,6 @@ int zmq::socket_base_t::setsockopt (int option_, const void *optval_, ...@@ -322,7 +322,6 @@ int zmq::socket_base_t::setsockopt (int option_, const void *optval_,
return -1; return -1;
} }
if (unlikely (ctx_terminated)) { if (unlikely (ctx_terminated)) {
errno = ETERM; errno = ETERM;
EXIT_MUTEX(); EXIT_MUTEX();
......
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