mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 08:00:40 +01:00
Fix an indentation issue
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
abc8c0d6c2
commit
8baf05ebdd
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ tp_palm_detect(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
|
|||
int dirs;
|
||||
|
||||
if (tp_palm_detect_dwt(tp, t, time))
|
||||
goto out;
|
||||
goto out;
|
||||
|
||||
/* If labelled a touch as palm, we unlabel as palm when
|
||||
we move out of the palm edge zone within the timeout, provided
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue