Problem: formatting errors

Solution: run make clang-format-diff
This commit is contained in:
Luca Boccassi
2021-09-21 19:11:11 +01:00
parent 11f0802912
commit 0f706bdd97
35 changed files with 59 additions and 103 deletions

View File

@@ -70,8 +70,7 @@ zmq::ws_listener_t::ws_listener_t (io_thread_t *io_thread_,
socket_base_t *socket_,
const options_t &options_,
bool wss_) :
stream_listener_base_t (io_thread_, socket_, options_),
_wss (wss_)
stream_listener_base_t (io_thread_, socket_, options_), _wss (wss_)
{
#ifdef ZMQ_HAVE_WSS
if (_wss) {