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

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


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

diff --git a/src/salut-contact-channel.c b/src/salut-contact-channel.c
index 7d99ffb..fb8f443 100644
--- a/src/salut-contact-channel.c
+++ b/src/salut-contact-channel.c
@@ -451,7 +451,7 @@ salut_contact_channel_get_interfaces (TpSvcChannel *iface,
 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_contact_channel_##x)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list