remove trailing whitespaces

This commit is contained in:
yangfl 2018-01-06 11:48:51 +08:00
parent b91efaa973
commit 46f62e1af9
117 changed files with 3039 additions and 3040 deletions

View file

@ -7,7 +7,7 @@ namespace i2p
{
class WebsocketServerImpl;
class WebsocketServer
{
public:
@ -18,7 +18,7 @@ namespace i2p
void Stop();
EventListener * ToListener();
private:
WebsocketServerImpl * m_impl;
};