aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorA Frederick Christensen <dwl@ivories.org>2023-06-07 16:24:28 -0500
committerLeonardo Hernández <leohdz172@proton.me>2023-06-07 17:47:36 -0600
commit5215712cabce273f76a5381de244c58a7d1f54f9 (patch)
tree1db568ec404a7fada325f5f88d9483f940c31fc0 /dwl.c
parent9b9b79b35ebaed7a5897f748c51b2d5c4ec1ddfe (diff)
Stray whitespace fixes
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 918852e..d741cbd 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1047,7 +1047,7 @@ createpointer(struct wlr_pointer *pointer)
if (libinput_device_config_scroll_get_methods(libinput_device) != LIBINPUT_CONFIG_SCROLL_NO_SCROLL)
libinput_device_config_scroll_set_method (libinput_device, scroll_method);
-
+
if (libinput_device_config_click_get_methods(libinput_device) != LIBINPUT_CONFIG_CLICK_METHOD_NONE)
libinput_device_config_click_set_method (libinput_device, click_method);