fixed code style

This commit is contained in:
XinyuHou 2015-01-12 10:51:16 +00:00
parent f973d1498d
commit be2b87fd39
4 changed files with 14 additions and 10 deletions

View file

@ -87,5 +87,5 @@ private:
bool m_readable;
bool m_writable;
IEventQueue* m_events;
SocketMultiplexer* m_socketMultiplexer;
SocketMultiplexer* m_socketMultiplexer;
};