[Telepathy-commits] [telepathy-salut/master] Coding style, indentation

Alban Crequy alban.crequy at collabora.co.uk
Fri Feb 6 03:14:56 PST 2009


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

diff --git a/src/tube-stream.c b/src/tube-stream.c
index 989b5b3..8acbc78 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1356,11 +1356,11 @@ tube_iface_props_setter (GObject *object,
     }
 
   if (priv->state != SALUT_TUBE_CHANNEL_STATE_NOT_OFFERED)
-  {
-    g_set_error (error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
-        "Can change parameters only if the tube is not offered");
-    return FALSE;
-  }
+    {
+      g_set_error (error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
+          "Can change parameters only if the tube is not offered");
+      return FALSE;
+    }
 
   priv->parameters = g_value_dup_boxed (value);
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list