[Telepathy-commits] [telepathy-salut/master] salut-roomlist-channel: fix coding style

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Dec 15 04:25:42 PST 2008


---
 src/salut-roomlist-channel.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/salut-roomlist-channel.c b/src/salut-roomlist-channel.c
index b99ab07..d6cb0cf 100644
--- a/src/salut-roomlist-channel.c
+++ b/src/salut-roomlist-channel.c
@@ -86,7 +86,7 @@ struct _SalutRoomlistChannelPrivate
 };
 
 #define SALUT_ROOMLIST_CHANNEL_GET_PRIVATE(obj) \
-    ((SalutRoomlistChannelPrivate *) ((SalutRoomlistChannel *)obj)->priv)
+    ((SalutRoomlistChannelPrivate *) ((SalutRoomlistChannel *) obj)->priv)
 
 static void
 salut_roomlist_channel_init (SalutRoomlistChannel *self)
@@ -402,7 +402,7 @@ salut_roomlist_channel_dispose (GObject *object)
   if (!priv->closed)
     {
       priv->closed = TRUE;
-      tp_svc_channel_emit_closed ((TpSvcChannel *)object);
+      tp_svc_channel_emit_closed ((TpSvcChannel *) object);
     }
 
   if (G_OBJECT_CLASS (salut_roomlist_channel_parent_class)->dispose)
@@ -663,7 +663,7 @@ static void
 channel_iface_init (gpointer g_iface,
                     gpointer iface_data)
 {
-  TpSvcChannelClass *klass = (TpSvcChannelClass *)g_iface;
+  TpSvcChannelClass *klass = (TpSvcChannelClass *) g_iface;
 
 #define IMPLEMENT(x) tp_svc_channel_implement_##x (\
     klass, salut_roomlist_channel_##x)
@@ -679,7 +679,7 @@ roomlist_iface_init (gpointer g_iface,
                      gpointer iface_data)
 {
   TpSvcChannelTypeRoomListClass *klass =
-    (TpSvcChannelTypeRoomListClass *)g_iface;
+    (TpSvcChannelTypeRoomListClass *) g_iface;
 
 #define IMPLEMENT(x) tp_svc_channel_type_room_list_implement_##x (\
     klass, salut_roomlist_channel_##x)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list