aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/templates
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-12 20:02:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-20 02:17:55 +0800
commitc85109fc322137596bf34cffc5445d568223c60d (patch)
tree711e6d5b2eb3d6c7780d1d01e20d980c67a77f9e /plugins/templates
parent7d1751cc26a75166019917ec8c3b35e1083d27d6 (diff)
downloadgsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar.gz
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar.bz2
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar.lz
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar.xz
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.tar.zst
gsoc2013-evolution-c85109fc322137596bf34cffc5445d568223c60d.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'plugins/templates')
-rw-r--r--plugins/templates/templates.c6
1 files changed, 3 insertions, 3 deletions
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",