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;