From b2ae03c428c0f61f0464236796acd2286dd5a3f3 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 15 Jul 2019 18:37:20 +0200 Subject: [PATCH] keybindings: Fix indentation Small cleanup of indentation. https://gitlab.gnome.org/GNOME/mutter/merge_requests/685 --- src/core/keybindings.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 19b0a43a5..e474b25c7 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -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;