evdev: fix indentation on an if condition

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-11-18 13:26:21 +10:00
parent 81ae792013
commit 028513a0a7

View file

@ -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,