From cfc9d5f5198e611d8d3ad4482d57cf6bb5b6bf59 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 8 Oct 2018 17:17:13 +0100 Subject: [PATCH] Problem: trailing whitespace breaks clang-format-check Solution: fix issue introduced by #3270 --- src/dgram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dgram.cpp b/src/dgram.cpp index 9f218ce5..f0475e36 100644 --- a/src/dgram.cpp +++ b/src/dgram.cpp @@ -125,7 +125,7 @@ int zmq::dgram_t::xsend (msg_t *msg_) // flip the more flag _more_out = !_more_out; - + // Detach the message from the data buffer. int rc = msg_->init (); errno_assert (rc == 0);