summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-28 14:52:24 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-11 16:49:13 +0000
commita7cff4b6a4801259ab9190a29f99a185b10e0962 (patch)
treefb4e0637df4f25c26f139820f954cd38071e6501
parentccd7aed489d5e3263f0fa4c2f0af4141057aa7dd (diff)
downloadtelepathy-glib-a7cff4b6a4801259ab9190a29f99a185b10e0962.tar.gz
TpPresenceMixin: fix indentation
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--telepathy-glib/presence-mixin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index 141dda8cf..de0158e8f 100644
--- a/telepathy-glib/presence-mixin.c
+++ b/telepathy-glib/presence-mixin.c
@@ -1277,7 +1277,7 @@ tp_presence_mixin_get_simple_presence_dbus_property (GObject *object,
}
}
- status = tp_value_array_build (3,
+ status = tp_value_array_build (3,
G_TYPE_UINT, (guint) mixin_cls->statuses[i].presence_type,
G_TYPE_BOOLEAN, mixin_cls->statuses[i].self,
G_TYPE_BOOLEAN, message,