Commit da4a70d5 authored by danielkr's avatar danielkr

Fix indentation

parent f59c1a5c
...@@ -320,8 +320,7 @@ void zmq::pipe_t::process_pipe_term_ack () ...@@ -320,8 +320,7 @@ void zmq::pipe_t::process_pipe_term_ack ()
// hand because msg_t doesn't have automatic destructor. Then deallocate // hand because msg_t doesn't have automatic destructor. Then deallocate
// the ypipe itself. // the ypipe itself.
if (!conflate) if (!conflate) {
{
msg_t msg; msg_t msg;
while (inpipe->read (&msg)) { while (inpipe->read (&msg)) {
int rc = msg.close (); int rc = msg.close ();
......
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