From 225d0301457d1c68f6c8fd130c3623e3388f1f9d Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 17 Sep 2018 08:09:15 -0700 Subject: [PATCH] modules/m_typing: Minor cleanup. --- modules/m_typing.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/m_typing.cc b/modules/m_typing.cc index 37b44e91d..940a85e59 100644 --- a/modules/m_typing.cc +++ b/modules/m_typing.cc @@ -29,8 +29,11 @@ struct typist bool operator()(const typist &a, const typist &b) const; }; -ctx::dock timeout_dock; -std::set typists; +ctx::dock +timeout_dock; + +std::set +typists; conf::item timeout_max @@ -48,8 +51,8 @@ timeout_min static system_point calc_timesout(milliseconds relative); static bool update_state(const m::typing &); -extern "C" m::event::id::buf commit(const m::typing &edu); extern "C" bool for_each(const m::typing::closure_bool &); +extern "C" m::event::id::buf commit(const m::typing &edu); // // typing commit handler stack (local user)