backends/native: Fix whitespace

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3410>
This commit is contained in:
Peter Hutterer 2023-11-22 10:53:51 +10:00 committed by Marge Bot
parent 01f78c0451
commit e7f91fad9d

View File

@ -1974,7 +1974,7 @@ notify_discrete_axis (MetaSeatImpl *seat_impl,
if (libinput_event_pointer_has_axis (axis_event, if (libinput_event_pointer_has_axis (axis_event,
LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL)) LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL))
{ {
dx_value120 = libinput_event_pointer_get_scroll_value_v120 ( dx_value120 = libinput_event_pointer_get_scroll_value_v120 (
axis_event, LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL); axis_event, LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL);
} }
if (libinput_event_pointer_has_axis (axis_event, if (libinput_event_pointer_has_axis (axis_event,