From 78cb25c2f7798b196db3d8b725d39eaaca94b4f9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 13 Jun 2024 13:02:19 +1000 Subject: [PATCH] Whitespace fix Part-of: --- src/libinput.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libinput.c b/src/libinput.c index db16fe3f..9ad2e808 100644 --- a/src/libinput.c +++ b/src/libinput.c @@ -1505,7 +1505,7 @@ libinput_event_tablet_tool_get_wheel_delta_discrete( LIBINPUT_EXPORT double libinput_event_tablet_tool_get_x_transformed(struct libinput_event_tablet_tool *event, - uint32_t width) + uint32_t width) { struct evdev_device *device = evdev_device(event->base.device); @@ -1524,7 +1524,7 @@ libinput_event_tablet_tool_get_x_transformed(struct libinput_event_tablet_tool * LIBINPUT_EXPORT double libinput_event_tablet_tool_get_y_transformed(struct libinput_event_tablet_tool *event, - uint32_t height) + uint32_t height) { struct evdev_device *device = evdev_device(event->base.device);