Fix style

This commit is contained in:
Robbert van der Helm
2020-11-07 23:17:00 +01:00
parent acdbcaca6a
commit 5486d91201
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ class EventHandler {
F callback) {
// Reading, processing, and writing back event data from the sockets
// works in the same way regardless of which socket we're using
auto process_event =
const auto process_event =
[&](boost::asio::local::stream_protocol::socket& socket,
bool on_main_thread) {
auto event = read_object<Event>(socket);