]> git.0d.be Git - empathy.git/commitdiff
Various whitespace and comment fixes. (Jonny Lamb)
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 21 Nov 2008 16:17:07 +0000 (16:17 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:17:07 +0000 (16:17 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1789

libempathy/empathy-tp-file.c
libempathy/empathy-utils.c

index 0d1a47a396e1f295ca99bcb1351c0e81f3bd3d90..1dfa35b6e870b43d54a64063197d8c428255d1bc 100644 (file)
@@ -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;
index b17d18a5216c240097373637dca50d6269072e0d..14427097e8a851dcac34af8b14ecc05b1ffc810c 100644 (file)
@@ -838,7 +838,7 @@ empathy_send_file (EmpathyContact *contact,
                                  handle,
                                  NULL);
 
-       /* TODO: this should go in NewChannel in the new API */
+       /* TODO: this should go in CreateChannel in the new requests API */
 
        g_value_init (&value, G_TYPE_STRING);
        g_value_set_string (&value, g_filename_display_basename (filename));