aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
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 /config.def.h
parent9b9b79b35ebaed7a5897f748c51b2d5c4ec1ddfe (diff)
Stray whitespace fixes
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index c6a4950..447ba00 100644
--- a/config.def.h
+++ b/config.def.h
@@ -65,9 +65,9 @@ LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN
static const enum libinput_config_scroll_method scroll_method = LIBINPUT_CONFIG_SCROLL_2FG;
/* You can choose between:
-LIBINPUT_CONFIG_CLICK_METHOD_NONE
-LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS
-LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER
+LIBINPUT_CONFIG_CLICK_METHOD_NONE
+LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS
+LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER
*/
static const enum libinput_config_click_method click_method = LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS;