From 11311f97769746d8c013722abe255b6f4b6b1db8 Mon Sep 17 00:00:00 2001 From: hitstergtd Date: Mon, 25 Apr 2016 11:18:49 +0100 Subject: [PATCH] Problem: trailing spaces in code comments Solution: fix them --- src/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.hpp b/src/config.hpp index b86c25f9..ec518896 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -80,8 +80,8 @@ namespace zmq // On some OSes the signaler has to be emulated using a TCP // connection. In such cases following port is used. - // If 0, it lets the OS choose a free port without requiring use of a - // global mutex. The original implementation of a Windows signaler + // If 0, it lets the OS choose a free port without requiring use of a + // global mutex. The original implementation of a Windows signaler // socket used port 5905 instead of letting the OS choose a free port. // https://github.com/zeromq/libzmq/issues/1542 signaler_port = 0