mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-08 21:10:04 +02:00
Problem: formatting inconsistent
Solution: applied clang-format
This commit is contained in:
@@ -32,8 +32,7 @@
|
||||
#include "io_thread.hpp"
|
||||
#include "err.hpp"
|
||||
|
||||
zmq::io_object_t::io_object_t (io_thread_t *io_thread_) :
|
||||
poller (NULL)
|
||||
zmq::io_object_t::io_object_t (io_thread_t *io_thread_) : poller (NULL)
|
||||
{
|
||||
if (io_thread_)
|
||||
plug (io_thread_);
|
||||
|
Reference in New Issue
Block a user