mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
keybindings: Fix indentation
Small cleanup of indentation. https://gitlab.gnome.org/GNOME/mutter/merge_requests/685
This commit is contained in:
parent
456698c814
commit
b2ae03c428
@ -526,8 +526,8 @@ reload_iso_next_group_combos (MetaKeyBindingManager *keys)
|
||||
|
||||
static void
|
||||
devirtualize_modifiers (MetaKeyBindingManager *keys,
|
||||
MetaVirtualModifier modifiers,
|
||||
unsigned int *mask)
|
||||
MetaVirtualModifier modifiers,
|
||||
unsigned int *mask)
|
||||
{
|
||||
*mask = 0;
|
||||
|
||||
@ -1471,9 +1471,9 @@ change_keygrab_foreach (gpointer key,
|
||||
|
||||
static void
|
||||
change_binding_keygrabs (MetaKeyBindingManager *keys,
|
||||
Window xwindow,
|
||||
gboolean only_per_window,
|
||||
gboolean grab)
|
||||
Window xwindow,
|
||||
gboolean only_per_window,
|
||||
gboolean grab)
|
||||
{
|
||||
ChangeKeygrabData data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user