From 7c0e2437e23aa47088e0392dd823b916a74105a9 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 2 Jan 2017 19:39:18 +0300 Subject: mouse: fix indent a bit --- capplets/mouse/mate-mouse-properties.c | 6 +++--- 1 file 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. */ -- cgit v1.2.1