[Telepathy-commits] [telepathy-gabble/master] muc-factory: coding style fix

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Mar 16 10:12:20 PDT 2009


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

diff --git a/src/muc-factory.c b/src/muc-factory.c
index e6b7e94..0caf1ac 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -344,7 +344,7 @@ muc_ready_cb (GabbleMucChannel *text_chan,
       /* Announce text and tubes text_chan together */
       GHashTable *channels;
 
-      channels = g_hash_table_new(g_direct_hash, g_direct_equal);
+      channels = g_hash_table_new (g_direct_hash, g_direct_equal);
       g_hash_table_insert (channels, text_chan, requests_satisfied_text);
       g_hash_table_insert (channels, tubes_chan, requests_satisfied_tubes);
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list