summaryrefslogtreecommitdiff
path: root/src/idle-im-channel.h
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2007-12-27 20:14:23 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2007-12-27 20:14:23 +0000
commitb1bc692f0ca998950d505c3f4a503eb6899b2258 (patch)
treeef40a5d217c6dccf9b5e728a4d223e6e34dd0c6d /src/idle-im-channel.h
parentc460df04d67bbfc39cca7e6bbaa4defaf56e76c2 (diff)
downloadtelepathy-idle-b1bc692f0ca998950d505c3f4a503eb6899b2258.tar.gz
Remove trailing whitespace
20071227201423-9db4d-9747ce7d1faa02cd80ab78daeec4d2abad6af37f.gz
Diffstat (limited to 'src/idle-im-channel.h')
-rw-r--r--src/idle-im-channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/idle-im-channel.h b/src/idle-im-channel.h
index 95583ca..4e894f0 100644
--- a/src/idle-im-channel.h
+++ b/src/idle-im-channel.h
@@ -1,11 +1,11 @@
/*
* This file is part of telepathy-idle
- *
+ *
* Copyright (C) 2006-2007 Collabora Limited
* Copyright (C) 2006-2007 Nokia Corporation
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
+ * modify it under the terms of the GNU Lesser General Public License
* version 2.1 as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
@@ -55,7 +55,7 @@ GType idle_im_channel_get_type(void);
#define IDLE_IM_CHANNEL_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), IDLE_TYPE_IM_CHANNEL, IdleIMChannelClass))
-gboolean _idle_im_channel_receive(IdleIMChannel *chan, TpChannelTextMessageType type, TpHandle sender, const gchar *msg);
+gboolean _idle_im_channel_receive(IdleIMChannel *chan, TpChannelTextMessageType type, TpHandle sender, const gchar *msg);
G_END_DECLS