mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 01:10:08 +01:00
evdev: indentation fix
Signed-off-by: Carlos Garnacho <carlosg@gnome.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
382751ff72
commit
62fd9cb89f
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ evdev_configure_device(struct evdev_device *device)
|
|||
}
|
||||
if (libevdev_has_event_code(evdev, EV_REL, REL_X) ||
|
||||
libevdev_has_event_code(evdev, EV_REL, REL_Y))
|
||||
has_rel = 1;
|
||||
has_rel = 1;
|
||||
|
||||
if (libevdev_has_event_type(evdev, EV_KEY)) {
|
||||
if (libevdev_has_event_code(evdev, EV_KEY, BTN_TOOL_FINGER) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue