diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:17:07 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:17:07 +0800 |
commit | ec131c37ebc8b49a3802a9dc6350bdaf59a22140 (patch) | |
tree | fdd11268052c6269e88b90c1f78a835620fa21c8 /libempathy/empathy-tp-file.c | |
parent | bc82fc3c32d04bbef0f1921fe8f534cfac345f8d (diff) | |
download | gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.gz gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.bz2 gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.lz gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.xz gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.tar.zst gsoc2013-empathy-ec131c37ebc8b49a3802a9dc6350bdaf59a22140.zip |
Various whitespace and comment fixes. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1789
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 0d1a47a39..1dfa35b6e 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -716,7 +716,6 @@ receive_tp_file (EmpathyTpFile *tp_file) g_object_unref (socket_stream); } - static void send_tp_file (EmpathyTpFile *tp_file) { @@ -774,7 +773,7 @@ tp_file_state_changed_cb (DBusGProxy *tp_file_iface, send_tp_file (tp_file); else if (state == EMP_FILE_TRANSFER_STATE_OPEN && priv->incoming && priv->out_stream) - receive_tp_file (tp_file); + receive_tp_file (tp_file); priv->state = state; priv->state_change_reason = reason; |