gameServer/ServerState.hs
changeset 8371 0551b5c3de9a
parent 6541 08ed346ed341
child 8452 170afc3ac39f
--- a/gameServer/ServerState.hs	Thu Jan 10 22:59:46 2013 +0400
+++ b/gameServer/ServerState.hs	Sat Jan 12 01:18:50 2013 +0400
@@ -49,6 +49,6 @@
 sameProtoClientsS p = liftM f allClientsS
     where
         f = filter (\c -> clientProto c == p)
-    
+
 io :: IO a -> StateT ServerState IO a
 io = liftIO