touchpad: whitespace fix

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-06-05 07:56:39 +10:00
parent 82438a2cf6
commit 14a1d189ff

View file

@ -574,11 +574,10 @@ tp_post_events(struct tp_dispatch *tp, uint64_t time)
tp_filter_motion(tp, &dx, &dy, time);
if (dx != 0 || dy != 0)
pointer_notify_motion(
&tp->device->base,
time,
li_fixed_from_double(dx),
li_fixed_from_double(dy));
pointer_notify_motion(&tp->device->base,
time,
li_fixed_from_double(dx),
li_fixed_from_double(dy));
}
}