From ef9543e978d8bd83004c362e27c7e1233f7c436a Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 25 Nov 2010 17:19:00 +0100 Subject: [PATCH] tests: fix indentation --- tests/testappchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testappchooser.c b/tests/testappchooser.c index 43b7f35e9b..a50f1b4e4c 100644 --- a/tests/testappchooser.c +++ b/tests/testappchooser.c @@ -95,7 +95,7 @@ prepare_dialog (void) g_object_unref (info); dialog = gtk_app_chooser_dialog_new_for_content_type (GTK_WINDOW (toplevel), - 0, content_type); + 0, content_type); } g_signal_connect (dialog, "response",