summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-01 18:08:50 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-08 15:40:15 +0000
commit74ebf91b6e95a8bdab87654c3c0ffd3526839005 (patch)
treebffe414ab142f6f310315eef6492bb9316681f10 /telepathy-logger/text-channel.c
parenta94a0d25f0c877d291cd27e0ce28e9f5ab53ca05 (diff)
downloadtelepathy-logger-74ebf91b6e95a8bdab87654c3c0ffd3526839005.tar.gz
Style fix in TplTextChannel
Diffstat (limited to 'telepathy-logger/text-channel.c')
-rw-r--r--telepathy-logger/text-channel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index 99b9659..4252912 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -176,9 +176,7 @@ pendingproc_get_my_contact (TplActionChain *ctx,
my_handle = tp_channel_group_get_self_handle (chan);
if (my_handle == 0)
- {
- my_handle = tp_connection_get_self_handle (tp_conn);
- }
+ my_handle = tp_connection_get_self_handle (tp_conn);
tp_connection_get_contacts_by_handle (tp_conn, 1, &my_handle,
G_N_ELEMENTS (features), features, get_self_contact_cb, ctx, NULL,