diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-28 14:52:24 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-11 16:49:13 +0000 |
commit | a7cff4b6a4801259ab9190a29f99a185b10e0962 (patch) | |
tree | fb4e0637df4f25c26f139820f954cd38071e6501 | |
parent | ccd7aed489d5e3263f0fa4c2f0af4141057aa7dd (diff) | |
download | telepathy-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.c | 2 |
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, |