From 9ac769024162b63b2285d8399c730e1edcb5b3dc Mon Sep 17 00:00:00 2001 From: lhdamiani Date: Wed, 18 Aug 2021 17:39:15 +0200 Subject: [PATCH] fix tab formatting --- std-stream-send/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std-stream-send/src/main.cpp b/std-stream-send/src/main.cpp index b6f2ea0..0679200 100644 --- a/std-stream-send/src/main.cpp +++ b/std-stream-send/src/main.cpp @@ -60,7 +60,7 @@ int main (int argc, char *argv[]) sizeof(ImageMetadata), ZMQ_SNDMORE | ZMQ_NOBLOCK); - zmq_send(sender, + zmq_send(sender, dst_data, IMAGE_N_BYTES, ZMQ_NOBLOCK); }