Skip to content

Commit 225d030

Browse files
committed
modules/m_typing: Minor cleanup.
1 parent c580d42 commit 225d030

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

modules/m_typing.cc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ struct typist
2929
bool operator()(const typist &a, const typist &b) const;
3030
};
3131

32-
ctx::dock timeout_dock;
33-
std::set<typist, typist> typists;
32+
ctx::dock
33+
timeout_dock;
34+
35+
std::set<typist, typist>
36+
typists;
3437

3538
conf::item<milliseconds>
3639
timeout_max
@@ -48,8 +51,8 @@ timeout_min
4851

4952
static system_point calc_timesout(milliseconds relative);
5053
static bool update_state(const m::typing &);
51-
extern "C" m::event::id::buf commit(const m::typing &edu);
5254
extern "C" bool for_each(const m::typing::closure_bool &);
55+
extern "C" m::event::id::buf commit(const m::typing &edu);
5356

5457
//
5558
// typing commit handler stack (local user)

0 commit comments

Comments
 (0)