mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Fix coding style, mostly whitespace
This commit is contained in:
parent
f8e1d76333
commit
606b6d946e
6 changed files with 16 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue