From 2c89a2d5aa170f91f3af98c84fe7ff18f74c97a1 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Tue, 5 Mar 2024 09:57:52 +0000 Subject: [PATCH] Code style --- src/input/touch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/input/touch.c b/src/input/touch.c index 94324ec2..048aaf2d 100644 --- a/src/input/touch.c +++ b/src/input/touch.c @@ -116,9 +116,9 @@ touch_down(struct wl_listener *listener, void *data) struct mousebind *mousebind; wl_list_for_each(mousebind, &rc.mousebinds, link) { if (mousebind->mouse_event == MOUSE_ACTION_PRESS - && mousebind->button == BTN_LEFT - && mousebind->context == LAB_SSD_CLIENT) { - actions_run(view, seat->server, &mousebind->actions, 0); + && mousebind->button == BTN_LEFT + && mousebind->context == LAB_SSD_CLIENT) { + actions_run(view, seat->server, &mousebind->actions, 0); } }