[mutter] keybindings: Fix inconsistent struct field alignment



commit 0e62b7195958661ea7bf1b5721a2e330894bd064
Author: Jonas Ådahl <jadahl gmail com>
Date:   Fri Sep 1 17:42:28 2017 +0800

    keybindings: Fix inconsistent struct field alignment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=787016

 src/core/keybindings-private.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/core/keybindings-private.h b/src/core/keybindings-private.h
index a91e47e..dab43c8 100644
--- a/src/core/keybindings-private.h
+++ b/src/core/keybindings-private.h
@@ -91,8 +91,8 @@ typedef struct
 
 typedef struct
 {
-  GHashTable     *key_bindings;
-  GHashTable     *key_bindings_index;
+  GHashTable *key_bindings;
+  GHashTable *key_bindings_index;
   xkb_mod_mask_t ignored_modifier_mask;
   xkb_mod_mask_t hyper_mask;
   xkb_mod_mask_t virtual_hyper_mask;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]