summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-09-11 19:30:55 -0400
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-09-03 01:53:12 -0400
commit36b5109d212f583feaf20b2e7a576443004754f8 (patch)
tree37397d6e9c77a55570c5ac57185fdd5c951718ca /common
parent9206958c0f892a840002c9bf28d48b326b077681 (diff)
wsd: cosmetic formatting
Change-Id: I552b2468432ce6ed52c50e22b6f19d8055c5dbb1
Diffstat (limited to 'common')
-rw-r--r--common/Session.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Session.cpp b/common/Session.cpp
index 116d2786f..e5a70c081 100644
--- a/common/Session.cpp
+++ b/common/Session.cpp
@@ -226,6 +226,7 @@ void Session::handleMessage(bool /*fin*/, WSOpCode /*code*/, std::vector<char> &
_handleInput(replace->data(), replace->size());
return;
}
+
if (!data.empty())
_handleInput(&data[0], data.size());
}