Commit cfc9d5f5 authored by Luca Boccassi's avatar Luca Boccassi

Problem: trailing whitespace breaks clang-format-check

Solution: fix issue introduced by #3270
parent b9b325ce
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment