summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-15 11:46:18 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-15 11:46:18 +0100
commiteecbe881fc2e917ec87ed79f99351f4cdea39e75 (patch)
tree7f4b43aab796b639c194fd1e29e0373cb5e39142 /telepathy-glib/contacts-mixin.c
parent9685b70cba727b99e5342e8a8df50454bca6d23f (diff)
downloadtelepathy-glib-eecbe881fc2e917ec87ed79f99351f4cdea39e75.tar.gz
TpContactsMixin: whitespace
Diffstat (limited to 'telepathy-glib/contacts-mixin.c')
-rw-r--r--telepathy-glib/contacts-mixin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index 63c7d2219..2ba1102cc 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -183,7 +183,7 @@ tp_contacts_mixin_get_offset_quark ()
* class_init function like so:
*
* <informalexample><programlisting>
- * tp_contacts_mixin_class_init ((GObjectClass *)klass,
+ * tp_contacts_mixin_class_init ((GObjectClass *) klass,
* G_STRUCT_OFFSET (SomeObjectClass, contacts_mixin));
* </programlisting></informalexample>
*
@@ -220,7 +220,7 @@ tp_contacts_mixin_class_init (GObjectClass *obj_cls, glong offset)
* instance init function like so:
*
* <informalexample><programlisting>
- * tp_contacts_mixin_init ((GObject *)self,
+ * tp_contacts_mixin_init ((GObject *) self,
* G_STRUCT_OFFSET (SomeObject, text_mixin));
* </programlisting></informalexample>
*
@@ -295,7 +295,7 @@ tp_contacts_mixin_get_contact_attributes (
/* Setup handle array and hash with valid handles, optionally holding them */
- valid_handles = g_array_sized_new (TRUE, TRUE, sizeof(TpHandle),
+ valid_handles = g_array_sized_new (TRUE, TRUE, sizeof (TpHandle),
handles->len);
result = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL,
(GDestroyNotify) g_hash_table_destroy);