Whitespace fix

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1012>
This commit is contained in:
Peter Hutterer 2024-06-13 13:02:19 +10:00 committed by Marge Bot
parent 97284211d4
commit 78cb25c2f7

View file

@ -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);