From b2fe058a37632e55b0bdef5b80363146c5cf35d8 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Mon, 21 Oct 2024 10:18:59 +0100 Subject: [PATCH] Formatting --- src/input/touch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/input/touch.c b/src/input/touch.c index 4c1acc22..8557d9c7 100644 --- a/src/input/touch.c +++ b/src/input/touch.c @@ -24,7 +24,8 @@ static struct wlr_surface* touch_get_coords(struct seat *seat, struct wlr_touch *touch, double x, double y, double *x_offset, double *y_offset) { - /* Do not return a surface when mouse emulation is enforced. Not + /* + * Do not return a surface when mouse emulation is enforced. Not * having a surface will trigger the fallback to cursor move/button * emulation in the touch signal handlers. */