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