Problem: whitespace issue with PR #3227

Solution: fix it to comply with clang-format rules
This commit is contained in:
Luca Boccassi 2018-08-20 15:44:09 +01:00
parent 777bd48296
commit 9f0b83a1d3

View File

@ -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);