]> git.lyx.org Git - lyx.git/blobdiff - src/lyxsocket.h
Continue to improve GtkLengthEntry
[lyx.git] / src / lyxsocket.h
index 73af0683e1b7582f058790efbe457e171974f61c..d958f3a297cc265dd13712f6da156ba47ef183e0 100644 (file)
@@ -58,8 +58,8 @@ private:
        std::string address_;
        /// Maximum number of simultaneous clients
        enum {
-                MAX_CLIENTS = 10
-        };
+               MAX_CLIENTS = 10
+       };
        /// All connections
        std::map<int, boost::shared_ptr<LyXDataSocket> > clients;
 };