From ec73f5522ff2d6f8c476f02a9daaff32ef1db069 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 30 Jan 2010 15:32:08 -0500 Subject: Coding style and whitespace cleanup. --- mail/em-folder-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-folder-tree.c') diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index 356a544fb7..84ac0fc061 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -2175,7 +2175,7 @@ em_folder_tree_set_selected_list (EMFolderTree *folder_tree, GList *list, gboole /* This makes sure all our parents up to the root are expanded */ /* FIXME: Why does the expanded state store this made up path rather than the euri? */ - if ( (account = mail_config_get_account_by_source_url(u->uri)) ) + if ((account = mail_config_get_account_by_source_url(u->uri))) expand_key = g_strdup_printf ("%s/%s", account->uid, path); else if (CAMEL_IS_VEE_STORE (u->store)) expand_key = g_strdup_printf ("vfolder/%s", path); -- cgit v1.2.3