From a28c198e2a44bea044c352c2c5b629e7510318da Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 6 Jan 2016 14:47:47 +1000 Subject: [PATCH] tablet: whitespace fix Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/evdev-tablet.c b/src/evdev-tablet.c index 8eb69a56..6ca2c185 100644 --- a/src/evdev-tablet.c +++ b/src/evdev-tablet.c @@ -286,8 +286,7 @@ normalize_wheel(struct tablet_dispatch *tablet, } static inline struct device_coords -tablet_handle_xy(struct tablet_dispatch *tablet, - struct evdev_device *device) +tablet_handle_xy(struct tablet_dispatch *tablet, struct evdev_device *device) { struct device_coords point; const struct input_absinfo *absinfo;