Commit 9f0b83a1 authored by Luca Boccassi's avatar Luca Boccassi

Problem: whitespace issue with PR #3227

Solution: fix it to comply with clang-format rules
parent 777bd482
...@@ -182,7 +182,6 @@ void zmq::pgm_receiver_t::in_event () ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment