[gtk/wip/ebassi/shortcut] shortcuttrigger: Another whitespace mishap
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/ebassi/shortcut] shortcuttrigger: Another whitespace mishap
- Date: Sun, 9 Feb 2020 21:32:56 +0000 (UTC)
commit caa2d7838ec1670bb500326a5a5d9176d3f30f61
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]