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

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


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

diff --git a/src/salut-muc-channel.c b/src/salut-muc-channel.c
index 9dca015..b0ff803 100644
--- a/src/salut-muc-channel.c
+++ b/src/salut-muc-channel.c
@@ -1360,7 +1360,7 @@ salut_muc_channel_close (TpSvcChannel *iface, DBusGMethodInvocation *context)
 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_muc_channel_##x)
@@ -1425,7 +1425,7 @@ salut_muc_channel_send (TpSvcChannelTypeText *channel,
 static void
 text_iface_init (gpointer g_iface, gpointer iface_data)
 {
-  TpSvcChannelTypeTextClass *klass = (TpSvcChannelTypeTextClass *)g_iface;
+  TpSvcChannelTypeTextClass *klass = (TpSvcChannelTypeTextClass *) g_iface;
 
   tp_text_mixin_iface_init (g_iface, iface_data);
 #define IMPLEMENT(x) tp_svc_channel_type_text_implement_##x (\
-- 
1.5.6.5




More information about the Telepathy-commits mailing list