Problem: indentation should be 4 spaces, no tabs

Solution: fix it
This commit is contained in:
Luca Boccassi
2016-02-21 23:16:44 +00:00
parent 406b5738b6
commit d4c0716473
17 changed files with 49 additions and 49 deletions

View File

@@ -925,9 +925,9 @@ int zmq_poll (zmq_pollitem_t *items_, int nitems_, long timeout_)
// file descriptors.
zmq_assert (nitems_ <= FD_SETSIZE);
fd_set pollset_in = { 0 };
fd_set pollset_out = { 0 };
fd_set pollset_err = { 0 };
fd_set pollset_in = { 0 };
fd_set pollset_out = { 0 };
fd_set pollset_err = { 0 };
zmq::fd_t maxfd = 0;