Problem: source code contains tabs

Solution: replace tabes with spaces
This commit is contained in:
Constantin Rack
2016-09-17 08:44:00 +02:00
parent e8d665c4e5
commit 022cf2aeaa
11 changed files with 31 additions and 31 deletions

View File

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