From 54da4fc09cf226fdb59b9f0c70555e2e57dc1f91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 8 May 2011 13:24:42 -0400 Subject: Coding style cleanups. --- mail/mail-folder-cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/mail-folder-cache.c') diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index 1068f3600f..6f4829be7d 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -671,8 +671,8 @@ get_folders (CamelFolderInfo *fi, GPtrArray *folders) static gint folder_cmp (gconstpointer ap, gconstpointer bp) { - const CamelFolderInfo *a = ((CamelFolderInfo **)ap)[0]; - const CamelFolderInfo *b = ((CamelFolderInfo **)bp)[0]; + const CamelFolderInfo *a = ((CamelFolderInfo **) ap)[0]; + const CamelFolderInfo *b = ((CamelFolderInfo **) bp)[0]; return strcmp (a->full_name, b->full_name); } @@ -1219,7 +1219,7 @@ mail_folder_cache_note_store_remove (MailFolderCache *self, } g_object_unref (si->store); - g_hash_table_foreach (si->folders, (GHFunc)free_folder_info_hash, NULL); + g_hash_table_foreach (si->folders, (GHFunc) free_folder_info_hash, NULL); g_hash_table_destroy (si->folders); g_free (si); } -- cgit v1.2.3