From f014ab82c81078d60cb1df8c986305c2cc9948c2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 4 Jun 2011 15:53:10 -0500 Subject: Coding style and whitespace cleanups. --- mail/em-folder-utils.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mail/em-folder-utils.c') diff --git a/mail/em-folder-utils.c b/mail/em-folder-utils.c index 589729bcca..63931fba6d 100644 --- a/mail/em-folder-utils.c +++ b/mail/em-folder-utils.c @@ -170,9 +170,13 @@ emft_copy_folders__exec (struct _EMCopyFolders *m, pending = g_list_append (pending, info->child); if (m->tobase[0]) - g_string_printf (toname, "%s/%s", m->tobase, info->full_name + fromlen); + g_string_printf ( + toname, "%s/%s", m->tobase, + info->full_name + fromlen); else - g_string_printf (toname, "%s", info->full_name + fromlen); + g_string_printf ( + toname, "%s", + info->full_name + fromlen); d(printf ("Copying from '%s' to '%s'\n", info->full_name, toname->str)); @@ -516,7 +520,7 @@ new_folder_created_cb (CamelStore *store, data = g_object_get_data ( G_OBJECT (context->folder_tree), "select"); expand_only = GPOINTER_TO_INT (data) ? TRUE : FALSE; - + em_folder_tree_set_selected ( context->folder_tree, context->folder_uri, expand_only); -- cgit v1.2.3