evdev: indentation fix

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-04-30 15:34:01 +10:00
parent 412bb6196d
commit a21ab9eb98

View file

@ -281,7 +281,10 @@ evdev_flush_pending_event(struct evdev_device *device, uint64_t time)
}
/* Apply pointer acceleration. */
accel = filter_dispatch(device->pointer.filter, &unaccel, device, time);
accel = filter_dispatch(device->pointer.filter,
&unaccel,
device,
time);
if (normalized_is_zero(accel) && normalized_is_zero(unaccel))
break;