From 14a1d189ff5261066d9797abc95c74e9f2491ba8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Jun 2014 07:56:39 +1000 Subject: [PATCH] touchpad: whitespace fix Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 466cf5e5..a5e7d186 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -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)); } }