Problem: formatting broken

Solution: run make clang-format-diff
This commit is contained in:
Luca Boccassi 2021-11-03 19:39:48 +00:00
parent bb7a1cc018
commit d62fd1ac7a

View File

@ -102,7 +102,7 @@ void zmq::shared_message_memory_allocator::deallocate ()
{
zmq::atomic_counter_t *c = reinterpret_cast<zmq::atomic_counter_t *> (_buf);
if (_buf && !c->sub (1)) {
c->~atomic_counter_t();
c->~atomic_counter_t ();
std::free (_buf);
}
clear ();