mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-08 14:56:14 +01:00
Problem: formatting errors
Solution: run make clang-format-diff
This commit is contained in:
@@ -78,8 +78,7 @@
|
||||
zmq::ipc_listener_t::ipc_listener_t (io_thread_t *io_thread_,
|
||||
socket_base_t *socket_,
|
||||
const options_t &options_) :
|
||||
stream_listener_base_t (io_thread_, socket_, options_),
|
||||
_has_file (false)
|
||||
stream_listener_base_t (io_thread_, socket_, options_), _has_file (false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user