From 7237bea7a4c133ef47ec22cd736019b540bd1902 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Tue, 5 Mar 2024 09:51:26 +0000 Subject: [PATCH] Code style --- src/input/touch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/touch.c b/src/input/touch.c index 0b31f269..94324ec2 100644 --- a/src/input/touch.c +++ b/src/input/touch.c @@ -114,7 +114,7 @@ touch_down(struct wl_listener *listener, void *data) struct view *view = view_from_wlr_surface(touch_point->surface); struct mousebind *mousebind; - wl_list_for_each(mousebind, &rc.mousebinds,link) { + wl_list_for_each(mousebind, &rc.mousebinds, link) { if (mousebind->mouse_event == MOUSE_ACTION_PRESS && mousebind->button == BTN_LEFT && mousebind->context == LAB_SSD_CLIENT) {