[Telepathy-commits] [telepathy-glib/master] TpPresenceMixin: fix some bad indentation

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jan 29 03:40:48 PST 2009


---
 telepathy-glib/presence-mixin.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index 080f6e4..2270596 100644
--- a/telepathy-glib/presence-mixin.c
+++ b/telepathy-glib/presence-mixin.c
@@ -835,15 +835,15 @@ set_status_foreach (gpointer key, gpointer value, gpointer user_data)
    * tp_presence_mixin_set_status(). Therefore there are no problems with
    * sharing the foreach data like this.
    */
-   status = check_for_status (data->obj, (const gchar *) key, data->error);
+  status = check_for_status (data->obj, (const gchar *) key, data->error);
 
-   if (status == -1)
-     {
-       data->retval = FALSE;
-       return;
-     }
+  if (status == -1)
+    {
+      data->retval = FALSE;
+      return;
+    }
 
-   DEBUG ("The status is available.");
+  DEBUG ("The status is available.");
 
   if (value)
     {
-- 
1.5.6.5




More information about the telepathy-commits mailing list