mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -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
|
static void
|
||||||
devirtualize_modifiers (MetaKeyBindingManager *keys,
|
devirtualize_modifiers (MetaKeyBindingManager *keys,
|
||||||
MetaVirtualModifier modifiers,
|
MetaVirtualModifier modifiers,
|
||||||
unsigned int *mask)
|
unsigned int *mask)
|
||||||
{
|
{
|
||||||
*mask = 0;
|
*mask = 0;
|
||||||
|
|
||||||
@ -1471,9 +1471,9 @@ change_keygrab_foreach (gpointer key,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
change_binding_keygrabs (MetaKeyBindingManager *keys,
|
change_binding_keygrabs (MetaKeyBindingManager *keys,
|
||||||
Window xwindow,
|
Window xwindow,
|
||||||
gboolean only_per_window,
|
gboolean only_per_window,
|
||||||
gboolean grab)
|
gboolean grab)
|
||||||
{
|
{
|
||||||
ChangeKeygrabData data;
|
ChangeKeygrabData data;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user