telepathy-glib: TpPresenceMixin: fix indentation
Simon McVittie
smcv at kemper.freedesktop.org
Mon Nov 11 09:23:28 PST 2013
Module: telepathy-glib
Branch: master
Commit: a7cff4b6a4801259ab9190a29f99a185b10e0962
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=a7cff4b6a4801259ab9190a29f99a185b10e0962
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Mon Oct 28 14:52:24 2013 +0000
TpPresenceMixin: fix indentation
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
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 141dda8..de0158e 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,
More information about the telepathy-commits
mailing list