From 83a2b82dc49664337d1e3a78924403a0d8561a5b Mon Sep 17 00:00:00 2001 From: PaulieD Date: Sat, 30 Jun 2018 20:59:09 -0500 Subject: [PATCH] EOL added --- src/zmq/zmqpublishnotifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zmq/zmqpublishnotifier.cpp b/src/zmq/zmqpublishnotifier.cpp index 6a4ccd39a8..855309ff7d 100644 --- a/src/zmq/zmqpublishnotifier.cpp +++ b/src/zmq/zmqpublishnotifier.cpp @@ -233,4 +233,4 @@ bool CZMQPublishHashGovernanceObjectNotifier::NotifyGovernanceObject(const CGove for (unsigned int i = 0; i < 32; i++) data[31 - i] = hash.begin()[i]; return SendMessage(MSG_GOBJECT, data, 32); -} \ No newline at end of file +}