mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-08 11:40:15 +01:00
evdev: fix indentation on an if condition
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
81ae792013
commit
028513a0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1228,7 +1228,7 @@ evdev_configure_device(struct evdev_device *device)
|
|||
has_mt = 0;
|
||||
has_touch = 0;
|
||||
} else if (libevdev_has_event_code(evdev, EV_ABS, ABS_MT_POSITION_X) &&
|
||||
libevdev_has_event_code(evdev, EV_ABS, ABS_MT_POSITION_Y)) {
|
||||
libevdev_has_event_code(evdev, EV_ABS, ABS_MT_POSITION_Y)) {
|
||||
absinfo = libevdev_get_abs_info(evdev, ABS_MT_POSITION_X);
|
||||
if (evdev_fix_abs_resolution(evdev,
|
||||
ABS_MT_POSITION_X,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue