Merge pull request #1541 from jemc/master

Problem: Source files contain mixed tabs and spaces.
This commit is contained in:
Constantin Rack 2015-08-20 16:54:03 +02:00
commit ec98916e82
22 changed files with 397 additions and 398 deletions

View File

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