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

@@ -72,7 +72,7 @@ zmq::tcp_connecter_t::tcp_connecter_t (class io_thread_t *io_thread_,
connect_timer_started (false),
reconnect_timer_started (false),
session (session_),
handle(NULL),
handle(NULL),
current_reconnect_ivl (options.reconnect_ivl)
{
zmq_assert (addr);