[Telepathy-commits] [telepathy-salut/master] coding style tweaks
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Nov 11 08:58:43 PST 2008
---
src/salut-file-transfer-channel.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/salut-file-transfer-channel.c b/src/salut-file-transfer-channel.c
index 9a23981..f67b346 100644
--- a/src/salut-file-transfer-channel.c
+++ b/src/salut-file-transfer-channel.c
@@ -57,7 +57,8 @@ channel_iface_init (gpointer g_iface, gpointer iface_data);
static void
file_transfer_iface_init (gpointer g_iface, gpointer iface_data);
-G_DEFINE_TYPE_WITH_CODE (SalutFileTransferChannel, salut_file_transfer_channel, G_TYPE_OBJECT,
+G_DEFINE_TYPE_WITH_CODE (SalutFileTransferChannel, salut_file_transfer_channel,
+ G_TYPE_OBJECT,
G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL, channel_iface_init);
G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
tp_dbus_properties_mixin_iface_init);
@@ -779,7 +780,7 @@ salut_file_transfer_channel_finalize (GObject *object)
*/
static void
salut_file_transfer_channel_close (TpSvcChannel *iface,
- DBusGMethodInvocation *context)
+ DBusGMethodInvocation *context)
{
SalutFileTransferChannel *self = SALUT_FILE_TRANSFER_CHANNEL (iface);
--
1.5.6.5
More information about the Telepathy-commits
mailing list