summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-29 11:40:48 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-29 11:40:48 +0000
commit351a17744caa0c8a137155693c3129a51275fa43 (patch)
treea8bb7584b43b43445ac7493377dc633abc410ac8 /telepathy-glib/presence-mixin.c
parent778da2dd56ca2f7f1762b666be28d6a24b7b8f88 (diff)
downloadtelepathy-glib-351a17744caa0c8a137155693c3129a51275fa43.tar.gz
TpPresenceMixin: fix some bad indentation
Diffstat (limited to 'telepathy-glib/presence-mixin.c')
-rw-r--r--telepathy-glib/presence-mixin.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index 080f6e4ad..2270596ea 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)
{