From 7a8e2cd8ed00637583051079addda8b4d67727e0 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 15 Mar 2024 12:39:35 +0100 Subject: [PATCH] backend/libinput: drop stray space --- backend/libinput/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/libinput/events.c b/backend/libinput/events.c index 1d023229..91511f47 100644 --- a/backend/libinput/events.c +++ b/backend/libinput/events.c @@ -48,7 +48,7 @@ bool wlr_input_device_is_libinput(struct wlr_input_device *wlr_dev) { return wlr_touch_from_input_device(wlr_dev)->impl == &libinput_touch_impl; case WLR_INPUT_DEVICE_TABLET: - return wlr_tablet_from_input_device(wlr_dev)-> impl == + return wlr_tablet_from_input_device(wlr_dev)->impl == &libinput_tablet_impl; case WLR_INPUT_DEVICE_TABLET_PAD: return wlr_tablet_pad_from_input_device(wlr_dev)->impl ==