aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/gaimbuddies.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-09 01:24:42 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:11 +0800
commit54da4fc09cf226fdb59b9f0c70555e2e57dc1f91 (patch)
treec62c9ac6d08670dffc400ff00117508512ce4f8b /plugins/bbdb/gaimbuddies.c
parentfe20f70779fb486169a0735499d24e001ffa0cab (diff)
downloadgsoc2013-evolution-54da4fc09cf226fdb59b9f0c70555e2e57dc1f91.tar
gsoc2013-evolution-54da4fc09cf226fdb59b9f0c70555e2e57dc1f91.tar.gz
gsoc2013-evolution-54da4fc09cf226fdb59b9f0c70555e2e57dc1f91.tar.bz2
gsoc2013-evolution-54da4fc09cf226fdb59b9f0c70555e2e57dc1f91.tar.lz
gsoc2013-evolution-54da4fc09cf226fdb59b9f0c70555e2e57dc1f91.tar.xz
gsoc2013-evolution-54da4fc09cf226fdb59b9f0c70555e2e57dc1f91.tar.zst
gsoc2013-evolution-54da4fc09cf226fdb59b9f0c70555e2e57dc1f91.zip
Coding style cleanups.
Diffstat (limited to 'plugins/bbdb/gaimbuddies.c')
-rw-r--r--plugins/bbdb/gaimbuddies.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/bbdb/gaimbuddies.c b/plugins/bbdb/gaimbuddies.c
index 62fc89d9ec..3e6f344ed0 100644
--- a/plugins/bbdb/gaimbuddies.c
+++ b/plugins/bbdb/gaimbuddies.c
@@ -385,7 +385,7 @@ bbdb_merge_buddy_to_contact (EBook *book, GaimBuddy *b, EContact *c)
return dirty;
}
- photo->data.inlined.data = (guchar *)contents;
+ photo->data.inlined.data = (guchar *) contents;
e_contact_set (c, E_CONTACT_PHOTO, (gpointer) photo);
dirty = TRUE;
}
@@ -492,7 +492,7 @@ bbdb_get_gaim_buddy_list (void)
xmlFreeDoc (buddy_xml);
- g_slist_foreach (blocked, (GFunc)g_free, NULL);
+ g_slist_foreach (blocked, (GFunc) g_free, NULL);
g_slist_free (blocked);
return buddies;
@@ -514,7 +514,7 @@ free_gaim_body (GaimBuddy *gb)
static void
free_buddy_list (GList *blist)
{
- g_list_foreach (blist, (GFunc)free_gaim_body, NULL);
+ g_list_foreach (blist, (GFunc) free_gaim_body, NULL);
g_list_free (blist);
}
@@ -525,7 +525,7 @@ get_node_text (xmlNodePtr node)
strcmp ((gchar *)node->children->name, "text"))
return NULL;
- return g_strdup ((gchar *)node->children->content);
+ return g_strdup ((gchar *) node->children->content);
}
static gchar *