Indentation nit-pick
This commit is contained in:
parent
1222d7ff6d
commit
744c4143c2
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue