summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-11-03 17:39:58 +0200
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-11-03 17:39:58 +0200
commitc89168ecb97280c6e1f732c659c800af832bd7ab (patch)
tree9289a31b50c772c334f3e314115fb154f92092aa /src
parenteaafc38c7f7252ea8d5792c14cd2499a6b9e1269 (diff)
Function call whitespace
Diffstat (limited to 'src')
-rw-r--r--src/sip-text-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sip-text-channel.c b/src/sip-text-channel.c
index 7d391e9..ec0ed32 100644
--- a/src/sip-text-channel.c
+++ b/src/sip-text-channel.c
@@ -917,7 +917,7 @@ void tpsip_text_channel_receive(TpsipTextChannel *chan,
hdr_cseq = sip_cseq (sip);
if (hdr_call_id != NULL && hdr_cseq != NULL)
{
- tp_message_set_string_printf(msg, 0, "message-token", "%s;cseq=%u",
+ tp_message_set_string_printf (msg, 0, "message-token", "%s;cseq=%u",
hdr_call_id->i_id, (guint) hdr_cseq->cs_seq);
}