From 6e206e57b0be2d878afcf0ae213206c16a44161e Mon Sep 17 00:00:00 2001 From: Monsta Date: Thu, 18 Dec 2014 10:55:37 +0300 Subject: mate-keyboard-properties: fix indentation --- capplets/keyboard/mate-keyboard-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets') diff --git a/capplets/keyboard/mate-keyboard-properties.c b/capplets/keyboard/mate-keyboard-properties.c index f789e7a6..667c55cd 100644 --- a/capplets/keyboard/mate-keyboard-properties.c +++ b/capplets/keyboard/mate-keyboard-properties.c @@ -61,7 +61,7 @@ create_dialog (void) static const gchar *uifile = MATECC_UI_DIR "/mate-keyboard-properties-dialog.ui"; dialog = gtk_builder_new (); - if (gtk_builder_add_from_file (dialog, uifile, &error) == 0) { + if (gtk_builder_add_from_file (dialog, uifile, &error) == 0) { g_warning ("Could not load UI: %s", error->message); g_error_free (error); g_object_unref (dialog); -- cgit v1.2.1