aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-10 11:42:40 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-10 11:42:40 -0500
commit22bd75226bc897a3b2ad90f36883ff489d435eb4 (patch)
tree20d5a6d6fcbfb7644c323ed5e06712b42eab22a6 /dwl.c
parent063736f8981c5f71b816f4e8ab2ab54618c3ee8d (diff)
remove trailing whitespaces
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dwl.c b/dwl.c
index 3ebe37a..8088d9f 100644
--- a/dwl.c
+++ b/dwl.c
@@ -600,10 +600,10 @@ arrangelayers(Monitor *m)
layersurface->layer_surface->mapped) {
/* Deactivate the focused client. */
focusclient(NULL, 0);
- if (kb)
+ if (kb)
wlr_seat_keyboard_notify_enter(seat, layersurface->layer_surface->surface,
kb->keycodes, kb->num_keycodes, &kb->modifiers);
- else
+ else
wlr_seat_keyboard_notify_enter(seat, layersurface->layer_surface->surface, NULL, 0, NULL);
return;
}
@@ -1149,10 +1149,10 @@ focusclient(Client *c, int lift)
/* Have a client, so focus its top-level wlr_surface */
kb = wlr_seat_get_keyboard(seat);
- if (kb)
+ if (kb)
wlr_seat_keyboard_notify_enter(seat, client_surface(c),
kb->keycodes, kb->num_keycodes, &kb->modifiers);
- else
+ else
wlr_seat_keyboard_notify_enter(seat, client_surface(c), NULL, 0, NULL);
/* Activate the new client */