spaces deleted

This commit is contained in:
Sergey KHripchenko
2012-04-21 18:36:20 +04:00
parent 06b2eae87d
commit 74ae19ac1f
2 changed files with 5 additions and 4 deletions

View File

@@ -359,7 +359,7 @@ void zmq::pipe_t::terminate (bool delay_)
// active state.
else if (state == delimited) {
send_pipe_term (peer);
state = terminated;
state = terminated;
}
// There are no other states.