mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: trailing whitespace breaks clang-format-check
Solution: fix issue introduced by #3270
This commit is contained in:
parent
b9b325ce3b
commit
cfc9d5f519
@ -125,7 +125,7 @@ int zmq::dgram_t::xsend (msg_t *msg_)
|
||||
|
||||
// flip the more flag
|
||||
_more_out = !_more_out;
|
||||
|
||||
|
||||
// Detach the message from the data buffer.
|
||||
int rc = msg_->init ();
|
||||
errno_assert (rc == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user