mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-30 21:30:44 +02:00
evdev: whitespace fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7d2c06ec7e
commit
f012d78de4
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ evdev_flush_pending_event(struct evdev_device *device, uint64_t time)
|
|||
|
||||
/* Use unaccelerated deltas for pointing stick scroll */
|
||||
if (evdev_post_trackpoint_scroll(device, unaccel, time))
|
||||
break;
|
||||
break;
|
||||
|
||||
/* Apply pointer acceleration. */
|
||||
accel = filter_dispatch(device->pointer.filter,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue