[nautilus/gnome-3-18] files-view: fix formatting



commit 6aedbfe023cce889df17164e7df5ec90a5cbf283
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Dec 14 12:46:59 2015 +0100

    files-view: fix formatting

 src/nautilus-files-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 0c4d8d7..457e72e 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -5103,8 +5103,8 @@ on_destination_dialog_response (GtkDialog *dialog,
                 uris = g_list_reverse (uris);
 
                 nautilus_files_view_move_copy_items (copy_data->view, uris, NULL, target_uri,
-                                               copy_data->is_move ? GDK_ACTION_MOVE : GDK_ACTION_COPY,
-                                               0, 0);
+                                                     copy_data->is_move ? GDK_ACTION_MOVE : GDK_ACTION_COPY,
+                                                     0, 0);
 
                 g_list_free_full (uris, g_free);
                 g_free (target_uri);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]