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

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


---
 telepathy-glib/text-mixin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/text-mixin.c b/telepathy-glib/text-mixin.c
index 6cd6b72..2479bdb 100644
--- a/telepathy-glib/text-mixin.c
+++ b/telepathy-glib/text-mixin.c
@@ -138,7 +138,7 @@ tp_text_mixin_get_offset_quark ()
  * class_init function like so:
  *
  * <informalexample><programlisting>
- * tp_text_mixin_class_init ((GObjectClass *)klass,
+ * tp_text_mixin_class_init ((GObjectClass *) klass,
  *                           G_STRUCT_OFFSET (SomeObjectClass, text_mixin));
  * </programlisting></informalexample>
  */
@@ -168,7 +168,7 @@ tp_text_mixin_class_init (GObjectClass *obj_cls, glong offset)
  * instance init function like so:
  *
  * <informalexample><programlisting>
- * tp_text_mixin_init ((GObject *)self,
+ * tp_text_mixin_init ((GObject *) self,
  *                     G_STRUCT_OFFSET (SomeObject, text_mixin),
  *                     self->contact_repo);
  * </programlisting></informalexample>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list