[mutter] keybindings: Fix indentation
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] keybindings: Fix indentation
- Date: Thu, 18 Jul 2019 13:55:28 +0000 (UTC)
commit b2ae03c428c0f61f0464236796acd2286dd5a3f3
Author: Olivier Fourdan <ofourdan redhat com>
Date: Mon Jul 15 18:37:20 2019 +0200
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]