Problem: excess whitespace (style).

This commit is contained in:
evoskuil 2017-03-30 13:43:57 -07:00
parent d91cd4148e
commit 8c165ad1d2

View File

@ -241,7 +241,7 @@ int zmq::msg_t::close ()
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
// count has dropped to zero, deallocate it.