[Telepathy-commits] [telepathy-glib/master] TpContactsMixin: whitespace

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Oct 15 03:46:18 PDT 2008


---
 telepathy-glib/contacts-mixin.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index 63c7d22..2ba1102 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);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list