From acceb1f8eeb0abf247d499b4810e45988d0e3ac7 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 21 Feb 2024 17:15:56 +0000 Subject: [PATCH] [fixup] fix comment style --- src/seat.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/seat.c b/src/seat.c index 6b7f07e3..7e962d59 100644 --- a/src/seat.c +++ b/src/seat.c @@ -196,12 +196,14 @@ configure_libinput(struct wlr_input_device *wlr_input_device) } else { wlr_log(WLR_INFO, "click method configured"); - // Note, the documentation claims that: - // > [...] The device may require changing to a neutral state - // > first before activating the new method. - // - // However, just setting the method seems to work without - // issues. + /* + * Note, the documentation claims that: + * > [...] The device may require changing to a neutral state + * > first before activating the new method. + * + * However, just setting the method seems to work without + * issues. + */ libinput_device_config_click_set_method(libinput_dev, dc->click_method); }