diff options
author | monsta <[email protected]> | 2017-01-02 19:39:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-01-02 19:39:18 +0300 |
commit | 7c0e2437e23aa47088e0392dd823b916a74105a9 (patch) | |
tree | c1e51d0856c4d52562ff838847fdd37e0d61461c | |
parent | a4c1e05aa46adedbb0a2821e751fbbda2321d613 (diff) | |
download | mate-control-center-7c0e2437e23aa47088e0392dd823b916a74105a9.tar.bz2 mate-control-center-7c0e2437e23aa47088e0392dd823b916a74105a9.tar.xz |
mouse: fix indent a bit
-rw-r--r-- | capplets/mouse/mate-mouse-properties.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/capplets/mouse/mate-mouse-properties.c b/capplets/mouse/mate-mouse-properties.c index 27eb573c..46d520a7 100644 --- a/capplets/mouse/mate-mouse-properties.c +++ b/capplets/mouse/mate-mouse-properties.c @@ -277,9 +277,9 @@ find_synaptics (void) static void comboxbox_changed_callback (GtkWidget *combobox, void *data) { - gint value = gtk_combo_box_get_active (GTK_COMBO_BOX (combobox)); - gchar *key = (char *) data; - g_settings_set_int (touchpad_settings, key, value); + gint value = gtk_combo_box_get_active (GTK_COMBO_BOX (combobox)); + gchar *key = (char *) data; + g_settings_set_int (touchpad_settings, key, value); } /* Set up the property editors in the dialog. */ |