mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-21 20:35:58 +01:00
backend/libinput: drop stray space
This commit is contained in:
parent
bd8796d465
commit
7a8e2cd8ed
1 changed files with 1 additions and 1 deletions
|
@ -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 ==
|
return wlr_touch_from_input_device(wlr_dev)->impl ==
|
||||||
&libinput_touch_impl;
|
&libinput_touch_impl;
|
||||||
case WLR_INPUT_DEVICE_TABLET:
|
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;
|
&libinput_tablet_impl;
|
||||||
case WLR_INPUT_DEVICE_TABLET_PAD:
|
case WLR_INPUT_DEVICE_TABLET_PAD:
|
||||||
return wlr_tablet_pad_from_input_device(wlr_dev)->impl ==
|
return wlr_tablet_pad_from_input_device(wlr_dev)->impl ==
|
||||||
|
|
Loading…
Reference in a new issue