From c85109fc322137596bf34cffc5445d568223c60d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2012 08:02:18 -0400 Subject: Coding style and whitespace cleanup. --- plugins/templates/templates.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/templates/templates.c') diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index f218bce9a4..75876f9507 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -176,7 +176,7 @@ commit_changes (UIData *ui) /* Check if the keyword and value are not empty */ if ((keyword) && (value) && (g_utf8_strlen (g_strstrip (keyword), -1) > 0) && (g_utf8_strlen (g_strstrip (value), -1) > 0)) { - key = g_strdup_printf("%s=%s", keyword, value); + key = g_strdup_printf ("%s=%s", keyword, value); g_variant_builder_add (&b, "s", key); } @@ -1118,9 +1118,9 @@ build_template_menus_recurse (CamelStore *local_store, action = gtk_action_new ( action_name, action_label, NULL, NULL); - g_object_set_data(G_OBJECT (action), "template-uid", (gpointer) uid); + g_object_set_data (G_OBJECT (action), "template-uid", (gpointer) uid); - g_object_set_data(G_OBJECT (action), "template-folder", folder); + g_object_set_data (G_OBJECT (action), "template-folder", folder); g_signal_connect ( action, "activate", -- cgit v1.2.3