Replaced tabs in some files, with spaces

This commit is contained in:
Pieter Hintjens
2015-09-11 13:03:31 -04:00
parent 1fdf8f78e4
commit 7be6ad0504
10 changed files with 17 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ zmq::router_t::~router_t ()
void zmq::router_t::xattach_pipe (pipe_t *pipe_, bool subscribe_to_all_)
{
LIBZMQ_UNUSED(subscribe_to_all_);
LIBZMQ_UNUSED (subscribe_to_all_);
zmq_assert (pipe_);