[Telepathy-commits] [telepathy-salut/master] identation fix

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Mar 10 10:17:34 PDT 2009


---
 src/tube-stream.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index cc9c601..c64f0bf 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1362,16 +1362,16 @@ salut_tube_stream_constructor (GType type,
   tp_handle_ref (contact_repo, priv->initiator);
 
   if (priv->initiator == priv->self_handle)
-  {
-    /* We initiated this tube */
-    priv->state = SALUT_TUBE_CHANNEL_STATE_NOT_OFFERED;
-    /* FIXME: we should probably remove this offer_needed */
-    priv->offer_needed = TRUE;
-  }
+    {
+      /* We initiated this tube */
+      priv->state = SALUT_TUBE_CHANNEL_STATE_NOT_OFFERED;
+      /* FIXME: we should probably remove this offer_needed */
+      priv->offer_needed = TRUE;
+    }
   else
-  {
-    priv->state = SALUT_TUBE_CHANNEL_STATE_LOCAL_PENDING;
-  }
+    {
+      priv->state = SALUT_TUBE_CHANNEL_STATE_LOCAL_PENDING;
+    }
 
   if (priv->handle_type == TP_HANDLE_TYPE_CONTACT)
     {
-- 
1.5.6.5




More information about the telepathy-commits mailing list