[nautilus] files-view: fix formatting



commit 915711e6d9824fea3e5c66eea2cc174c8a618afc
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 572c9de..055800e 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -5139,8 +5139,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]