aboutsummaryrefslogtreecommitdiff
path: root/src/server/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ipc')
-rw-r--r--src/server/ipc/ZmqContext.h2
-rw-r--r--src/server/ipc/ZmqListener.h4
-rw-r--r--src/server/ipc/ZmqMux.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/server/ipc/ZmqContext.h b/src/server/ipc/ZmqContext.h
index a6ad12b1b70..e1168eb97a3 100644
--- a/src/server/ipc/ZmqContext.h
+++ b/src/server/ipc/ZmqContext.h
@@ -24,7 +24,7 @@
/*
* We need to serialize access to zmq context otherwise stuff blows up.
*/
-class ZmqContext
+class ZmqContext
{
public:
~ZmqContext();
diff --git a/src/server/ipc/ZmqListener.h b/src/server/ipc/ZmqListener.h
index 8b79ba67f6d..370d8811781 100644
--- a/src/server/ipc/ZmqListener.h
+++ b/src/server/ipc/ZmqListener.h
@@ -24,8 +24,8 @@
class ZmqListener : public ZMQTask
{
/*
- * Read broadcasts from remote PUB socket, and forward them to
- * another socket.
+ * Read broadcasts from remote PUB socket, and forward them to
+ * another socket.
*
* from - client SUB socket
* to - listen PUSH socket
diff --git a/src/server/ipc/ZmqMux.h b/src/server/ipc/ZmqMux.h
index 4b81f11daaf..07336330253 100644
--- a/src/server/ipc/ZmqMux.h
+++ b/src/server/ipc/ZmqMux.h
@@ -23,7 +23,7 @@
#include <boost/thread/tss.hpp>
/*
- * Multiplexes zmq messages from many threads,
+ * Multiplexes zmq messages from many threads,
* and then passes them to another socket.
*/
class ZmqMux : public ZMQTask