[gtk/wip/ebassi/shortcut: 203/203] shortcuttrigger: Another whitespace mishap



commit 37e4b5262b3cf293b3c43920c313aa34e8065d1a
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 9 16:31:59 2020 -0500

    shortcuttrigger: Another whitespace mishap

 gtk/gtkshortcuttrigger.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/gtk/gtkshortcuttrigger.c b/gtk/gtkshortcuttrigger.c
index 9f841dd67c..507bc10118 100644
--- a/gtk/gtkshortcuttrigger.c
+++ b/gtk/gtkshortcuttrigger.c
@@ -706,7 +706,6 @@ gtk_mnemonic_trigger_compare (GtkShortcutTrigger  *trigger1,
 static void
 gtk_mnemonic_trigger_print (GtkShortcutTrigger *trigger,
                             GString            *string)
-                  
 {
   GtkMnemonicTrigger *self = (GtkMnemonicTrigger *) trigger;
   const char *keyval_str;
@@ -722,7 +721,6 @@ static gboolean
 gtk_mnemonic_trigger_print_label (GtkShortcutTrigger *trigger,
                                   GdkDisplay         *display,
                                   GString            *string)
-                  
 {
   GtkMnemonicTrigger *self = (GtkMnemonicTrigger *) trigger;
   const char *keyval_str;
@@ -754,7 +752,7 @@ static const GtkShortcutTriggerClass GTK_MNEMONIC_TRIGGER_CLASS = {
  *
  * Creates a #GtkShortcutTrigger that will trigger whenever the key with
  * the given @keyval is pressed and mnemonics have been activated.
- * 
+ *
  * Mnemonics are activated by calling code when a key event with the right
  * modifiers is detected.
  *


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