]> git.0d.be Git - empathy.git/commitdiff
empathy-avatar-chooser.c: fix identation
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Oct 2009 13:35:29 +0000 (14:35 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Oct 2009 13:35:29 +0000 (14:35 +0100)
libempathy-gtk/empathy-avatar-chooser.c

index bcccc5bd31f9ee01b65e00b03cc3f5f7ab50a90f..3633e2b78da924bba4144ec214dcebc7899a696c 100644 (file)
@@ -795,7 +795,7 @@ avatar_chooser_drag_data_received_cb (GtkWidget          *widget,
                gsize             bytes_read;
 
                nl = strstr ((gchar *) gtk_selection_data_get_data (selection_data),
                gsize             bytes_read;
 
                nl = strstr ((gchar *) gtk_selection_data_get_data (selection_data),
-        "\r\n");
+                                               "\r\n");
                if (nl) {
                        gchar *uri;
 
                if (nl) {
                        gchar *uri;
 
@@ -806,7 +806,7 @@ avatar_chooser_drag_data_received_cb (GtkWidget          *widget,
                        g_free (uri);
                } else {
                        file = g_file_new_for_uri ((gchar *) gtk_selection_data_get_data (
                        g_free (uri);
                } else {
                        file = g_file_new_for_uri ((gchar *) gtk_selection_data_get_data (
-            selection_data));
+                                               selection_data));
                }
 
                handled = g_file_load_contents (file, NULL, &data, &bytes_read,
                }
 
                handled = g_file_load_contents (file, NULL, &data, &bytes_read,