Problem: trailing whitespace in code

Solution: fix them
This commit is contained in:
hitstergtd
2016-04-25 12:18:46 +01:00
parent 11311f9776
commit b2d0ab18f2
28 changed files with 125 additions and 125 deletions

View File

@@ -57,7 +57,7 @@ namespace zmq
void xread_activated (zmq::pipe_t *pipe_);
void xwrite_activated (zmq::pipe_t *pipe_);
void xpipe_terminated (zmq::pipe_t *pipe_);
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
private:
// Generate peer's id and update lookup map
void identify_peer (pipe_t *pipe_);