Indentation nit-pick

This commit is contained in:
Tor Lillqvist 2016-03-22 18:41:14 +02:00
parent 1222d7ff6d
commit 744c4143c2

View file

@ -18,7 +18,7 @@
class MasterProcessSession final : public LOOLSession, public std::enable_shared_from_this<MasterProcessSession>
{
public:
public:
MasterProcessSession(const std::string& id,
const Kind kind,
std::shared_ptr<Poco::Net::WebSocket> ws,
@ -59,7 +59,7 @@ public:
virtual void sendFontRendering(const char *buffer, int length, Poco::StringTokenizer& tokens) override;
private:
private:
void dispatchChild();
void forwardToPeer(const char *buffer, int length);