[telepathy-salut/master] identation fix

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Apr 17 07:07:52 PDT 2009


---
 src/salut-muc-manager.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/salut-muc-manager.c b/src/salut-muc-manager.c
index bdd07d8..0bb8209 100644
--- a/src/salut-muc-manager.c
+++ b/src/salut-muc-manager.c
@@ -332,17 +332,17 @@ salut_muc_manager_foreach_channel (TpChannelManager *iface,
 
   g_hash_table_iter_init (&iter, priv->tubes_channels);
   while (g_hash_table_iter_next (&iter, NULL, &value))
-  {
-    TpExportableChannel *chan = TP_EXPORTABLE_CHANNEL (value);
+    {
+      TpExportableChannel *chan = TP_EXPORTABLE_CHANNEL (value);
 
-    /* Add channels of type Channel.Type.Tubes */
-    foreach (chan, user_data);
+      /* Add channels of type Channel.Type.Tubes */
+      foreach (chan, user_data);
 
-    /* Add channels of type Channel.Type.{Stream|DBus}Tube which live in the
-     * SalutTubesChannel object */
-    salut_tubes_channel_foreach (SALUT_TUBES_CHANNEL (chan), foreach,
-        user_data);
-  }
+      /* Add channels of type Channel.Type.{Stream|DBus}Tube which live in the
+       * SalutTubesChannel object */
+      salut_tubes_channel_foreach (SALUT_TUBES_CHANNEL (chan), foreach,
+          user_data);
+    }
 }
 
 static const gchar * const muc_channel_fixed_properties[] = {
-- 
1.5.6.5



More information about the telepathy-commits mailing list