From 0e62b7195958661ea7bf1b5721a2e330894bd064 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
Date: Fri, 1 Sep 2017 17:42:28 +0800
Subject: [PATCH] keybindings: Fix inconsistent struct field alignment

https://bugzilla.gnome.org/show_bug.cgi?id=787016
---
 src/core/keybindings-private.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/keybindings-private.h b/src/core/keybindings-private.h
index a91e47e02..dab43c8c2 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;