[Telepathy-commits] [telepathy-glib/master] Correct indentation in group mixin's debug output
Will Thompson
will.thompson at collabora.co.uk
Mon Jan 5 11:47:15 PST 2009
---
telepathy-glib/group-mixin.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/group-mixin.c b/telepathy-glib/group-mixin.c
index e804098..2025d1c 100644
--- a/telepathy-glib/group-mixin.c
+++ b/telepathy-glib/group-mixin.c
@@ -1218,7 +1218,9 @@ member_array_to_string (TpHandleRepoIface *repo,
handle_str = tp_handle_inspect (repo, handle);
g_string_append_printf (str, "%s%u (%s)",
- (i > 0) ? "\n " : "",
+ /* indent to: " remote_pending: [" */
+ (i > 0) ? "\n "
+ : "",
handle, handle_str);
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list