From b1ed35f70d09601717e32eb5c762f79908b0bcf8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 10 Jan 2013 10:30:24 -0500 Subject: Coding style and whitespace cleanup. --- e-util/test-contact-store.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'e-util/test-contact-store.c') diff --git a/e-util/test-contact-store.c b/e-util/test-contact-store.c index 59ba42502b..4ec84567ee 100644 --- a/e-util/test-contact-store.c +++ b/e-util/test-contact-store.c @@ -72,7 +72,8 @@ start_test (const gchar *param) window = gtk_window_new (GTK_WINDOW_TOPLEVEL); - vgrid = g_object_new (GTK_TYPE_GRID, + vgrid = g_object_new ( + GTK_TYPE_GRID, "orientation", GTK_ORIENTATION_VERTICAL, "column-homogeneous", FALSE, "row-spacing", 2, -- cgit v1.2.3