mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Problem: excess whitespace (style).
This commit is contained in:
parent
d91cd4148e
commit
8c165ad1d2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user