Commit 8c165ad1 authored by evoskuil's avatar evoskuil

Problem: excess whitespace (style).

parent d91cd414
...@@ -241,7 +241,7 @@ int zmq::msg_t::close () ...@@ -241,7 +241,7 @@ int zmq::msg_t::close ()
if (is_zcmsg()) if (is_zcmsg())
{ {
zmq_assert( u.zclmsg.content->ffn ); zmq_assert(u.zclmsg.content->ffn);
// If the content is not shared, or if it is shared and the reference // If the content is not shared, or if it is shared and the reference
// count has dropped to zero, deallocate it. // count has dropped to zero, deallocate it.
......
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