From 25fd3d3178e1f2f0d74b16eeab79560f37fc15d2 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Sun, 20 Oct 2024 11:58:32 +0100 Subject: [PATCH] Formatting --- src/seat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/seat.c b/src/seat.c index 287c40a3..511a5fff 100644 --- a/src/seat.c +++ b/src/seat.c @@ -406,8 +406,7 @@ seat_update_capabilities(struct seat *seat) touch_find_config_for_device(input->wlr_input_device->name); if (config_entry->force_mouse_emulation) { caps |= WL_SEAT_CAPABILITY_POINTER; - } - else { + } else { caps |= WL_SEAT_CAPABILITY_TOUCH; } break;