summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-10-30 15:41:48 +0200
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-10-30 15:41:48 +0200
commit4515013f50fbfb8b2b16c059351a78efe0d4ef60 (patch)
treef2e199f0306ba6642256338ca23aaa6a229dca5c
parentc151116dad868d72dde0d5c9144289506ce8a8f5 (diff)
Untabify
-rw-r--r--src/sip-text-channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sip-text-channel.c b/src/sip-text-channel.c
index b19ea7a..89a4160 100644
--- a/src/sip-text-channel.c
+++ b/src/sip-text-channel.c
@@ -513,8 +513,8 @@ static gint tpsip_acknowledged_messages_compare(gconstpointer msg,
*/
static void
tpsip_text_channel_acknowledge_pending_messages(TpSvcChannelTypeText *iface,
- const GArray *ids,
- DBusGMethodInvocation *context)
+ const GArray *ids,
+ DBusGMethodInvocation *context)
{
TpsipTextChannel *chan = TPSIP_TEXT_CHANNEL (iface);
TpsipTextChannelPrivate *priv = TPSIP_TEXT_CHANNEL_GET_PRIVATE(chan);