mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 02:53:12 +01:00
Problem: trailing whitespace in code
Solution: fix them
This commit is contained in:
@@ -299,7 +299,7 @@ int zmq::router_t::xrecv (msg_t *msg_)
|
||||
prefetched = false;
|
||||
}
|
||||
more_in = msg_->flags () & msg_t::more ? true : false;
|
||||
|
||||
|
||||
if (!more_in) {
|
||||
if (terminate_current_in) {
|
||||
current_in->terminate (true);
|
||||
|
||||
Reference in New Issue
Block a user