hackz.
[dcpomatic.git] / src / lib / nanomsg.h
index 9bd87098b4814465fd4773a876fb0ef5566464c0..f9951f165907448344f986f385a1c63e82eebd85 100644 (file)
@@ -33,7 +33,7 @@ public:
         *  @return true if the send happened, false if there was a timeout.
         */
        bool send (std::string s, int timeout);
-       
+
        /** Try to receive a message, waiting for some timeout before giving up.
         *  @param timeout Timeout in milliseconds, or -1 for infinite timeout.
         *  @return Empty if the timeout was reached, otherwise the received string.