From 9e6f7ddd8715350c0286a391a7c5c8e84be01b31 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Thu, 22 Feb 2024 13:01:56 +0000 Subject: [PATCH] Code style --- src/input/touch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/touch.c b/src/input/touch.c index 7989f824..4c7e3c10 100644 --- a/src/input/touch.c +++ b/src/input/touch.c @@ -106,8 +106,7 @@ touch_down(struct wl_listener *listener, void *data) if (surface) { wlr_seat_touch_notify_down(seat->seat, surface, event->time_msec, event->touch_id, sx, sy); - } - else { + } else { cursor_emulate_move_absolute(seat, &event->touch->base, event->x, event->y, event->time_msec); cursor_emulate_button(seat, BTN_LEFT, WLR_BUTTON_PRESSED,