mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
Problem: whitespace issue with PR #3227
Solution: fix it to comply with clang-format rules
This commit is contained in:
parent
777bd48296
commit
9f0b83a1d3
@ -182,7 +182,6 @@ void zmq::pgm_receiver_t::in_event ()
|
|||||||
while (true) {
|
while (true) {
|
||||||
// Get new batch of data.
|
// Get new batch of data.
|
||||||
// Note the workaround made not to break strict-aliasing rules.
|
// Note the workaround made not to break strict-aliasing rules.
|
||||||
|
|
||||||
insize = 0;
|
insize = 0;
|
||||||
void *tmp = NULL;
|
void *tmp = NULL;
|
||||||
ssize_t received = pgm_socket.receive (&tmp, &tsi);
|
ssize_t received = pgm_socket.receive (&tmp, &tsi);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user