mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-10 04:30:16 +01:00
tablet: fix minor coding style issue
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b1a811ee52
commit
bb93f9fd93
1 changed files with 2 additions and 1 deletions
|
|
@ -226,8 +226,9 @@ tablet_update_tool(struct tablet_dispatch *tablet,
|
|||
tablet_set_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY);
|
||||
tablet_unset_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY);
|
||||
}
|
||||
else if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY))
|
||||
else if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) {
|
||||
tablet_set_status(tablet, TABLET_TOOL_LEAVING_PROXIMITY);
|
||||
}
|
||||
}
|
||||
|
||||
static inline double
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue