summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2012-03-28 19:46:31 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2012-03-28 19:46:31 -0400
commitc7baa2cf94e168546be2a8daebbb923f807af5eb (patch)
tree8dfaed5ef60a7700cb674f7e1f9c80d9c827d30d
parente39480b3d476bc10675f49e4500bc3b1e35a64aa (diff)
downloadtelepathy-logger-c7baa2cf94e168546be2a8daebbb923f807af5eb.tar.gz
Style fix
-rw-r--r--telepathy-logger/call-channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c
index fc7b95b..0ba1a67 100644
--- a/telepathy-logger/call-channel.c
+++ b/telepathy-logger/call-channel.c
@@ -166,7 +166,7 @@ pendingproc_get_contacts (TplActionChain *ctx,
/* Get and store self entity */
contact = tp_channel_group_get_self_contact (chan);
if (contact == NULL)
- contact = tp_connection_get_self_contact (con);
+ contact = tp_connection_get_self_contact (con);
handle = tp_contact_get_handle (contact);
entity = tpl_entity_new_from_tp_contact (contact, TPL_ENTITY_SELF);
@@ -234,7 +234,7 @@ call_state_changed_cb (TpCallChannel *call,
DEBUG (
"Moving to ENDED_STATE, duration=%" G_GINT64_FORMAT " reason=%s details=%s",
(gint64) (priv->timer_started ? g_timer_elapsed (priv->timer, NULL) : -1),
- _tpl_call_event_end_reason_to_str(priv->end_reason),
+ _tpl_call_event_end_reason_to_str (priv->end_reason),
priv->detailed_end_reason);
}
break;