From 1de37e37ea69f1eb0f9963d3b6a8f21c5cec7460 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 29 Feb 2024 22:41:02 +0000 Subject: [PATCH] [fixup] coding style - should know better --- src/layers.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/layers.c b/src/layers.c index 0ebcea9e..a3e3550b 100644 --- a/src/layers.c +++ b/src/layers.c @@ -119,9 +119,10 @@ handle_output_destroy(struct wl_listener *listener, void *data) } static bool -exclusive_focus(struct seat *seat) { +exclusive_focus(struct seat *seat) +{ if (!seat->focused_layer) { - return false; + return false; } if (seat->focused_layer->current.keyboard_interactive != ZWLR_LAYER_SURFACE_V1_KEYBOARD_INTERACTIVITY_EXCLUSIVE) {