mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-14 07:20:29 +01:00
Whitespace fix
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1012>
This commit is contained in:
parent
97284211d4
commit
78cb25c2f7
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue