Problem: source conatins trailing spaces

Solution: remove them
This commit is contained in:
Constantin Rack
2016-09-17 08:46:54 +02:00
parent 022cf2aeaa
commit 8cd33339a1
3 changed files with 91 additions and 91 deletions

View File

@@ -119,7 +119,7 @@ namespace zmq
bytes_used_ = size_;
while (!to_read) {
const int rc =
const int rc =
(static_cast <T *> (this)->*next) (data_ + bytes_used_);
if (rc != 0)
return rc;