From 9f0b83a1d374b51ab07dce621e5b8f505d347dff Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 20 Aug 2018 15:44:09 +0100 Subject: [PATCH] Problem: whitespace issue with PR #3227 Solution: fix it to comply with clang-format rules --- src/pgm_receiver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pgm_receiver.cpp b/src/pgm_receiver.cpp index 69c1852d..88105cb9 100644 --- a/src/pgm_receiver.cpp +++ b/src/pgm_receiver.cpp @@ -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);