summaryrefslogtreecommitdiff
path: root/mate-panel/panel-bindings.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /mate-panel/panel-bindings.c
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'mate-panel/panel-bindings.c')
-rw-r--r--mate-panel/panel-bindings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/panel-bindings.c b/mate-panel/panel-bindings.c
index 96351561..493de6ab 100644
--- a/mate-panel/panel-bindings.c
+++ b/mate-panel/panel-bindings.c
@@ -49,8 +49,8 @@ typedef struct {
} PanelBinding;
static gboolean initialised = FALSE;
-static GSettings *marco_settings = NULL;
-static GSettings *marco_keybindings_settings = NULL;
+static GSettings *marco_settings = NULL;
+static GSettings *marco_keybindings_settings = NULL;
static PanelBinding bindings [] = {
{ MARCO_ACTIVATE_WINDOW_MENU_KEY, "popup-panel-menu", 0, 0 },
@@ -117,7 +117,7 @@ panel_binding_set_entry (PanelBinding *binding,
{
binding_set = get_binding_set (binding_set);
- gtk_binding_entry_add_signal (binding_set,
+ gtk_binding_entry_add_signal (binding_set,
binding->keyval,
binding->modifiers,
binding->signal,