Fix coding style, mostly whitespace

This commit is contained in:
Johan Malm 2021-10-15 20:52:36 +01:00
parent f8e1d76333
commit 606b6d946e
6 changed files with 16 additions and 14 deletions

View file

@ -18,7 +18,7 @@ change_vt(struct server *server, unsigned int vt)
static bool
any_modifiers_pressed(struct wlr_keyboard *keyboard)
{
xkb_mod_index_t i ;
xkb_mod_index_t i;
for (i = 0; i < xkb_keymap_num_mods(keyboard->keymap); i++) {
if (xkb_state_mod_index_is_active
(keyboard->xkb_state, i,