[nautilus] files-view: Fix identation



commit e429edcb4f0e2c5c278bc3d06880adc2ee994b10
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Aug 21 21:22:54 2017 +0200

    files-view: Fix identation

 src/nautilus-files-view.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 5aacf2c..b5402a8 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -6673,7 +6673,7 @@ file_mount_callback (NautilusFile *file,
         /* Translators: %s is a file name formatted for display */
         text = g_strdup_printf (_("Unable to access “%s”"), name);
         show_error_dialog (text, error->message,
-                               GTK_WINDOW (nautilus_files_view_get_window (view)));
+                           GTK_WINDOW (nautilus_files_view_get_window (view)));
         g_free (text);
         g_free (name);
     }
@@ -6701,7 +6701,7 @@ file_unmount_callback (NautilusFile *file,
         /* Translators: %s is a file name formatted for display */
         text = g_strdup_printf (_("Unable to remove “%s”"), name);
         show_error_dialog (text, error->message,
-                               GTK_WINDOW (nautilus_files_view_get_window (view)));
+                           GTK_WINDOW (nautilus_files_view_get_window (view)));
         g_free (text);
         g_free (name);
     }
@@ -6729,7 +6729,7 @@ file_eject_callback (NautilusFile *file,
         /* Translators: %s is a file name formatted for display */
         text = g_strdup_printf (_("Unable to eject “%s”"), name);
         show_error_dialog (text, error->message,
-                               GTK_WINDOW (nautilus_files_view_get_window (view)));
+                           GTK_WINDOW (nautilus_files_view_get_window (view)));
         g_free (text);
         g_free (name);
     }
@@ -6751,8 +6751,8 @@ file_stop_callback (NautilusFile *file,
           error->code != G_IO_ERROR_FAILED_HANDLED)))
     {
         show_error_dialog (_("Unable to stop drive"),
-                               error->message,
-                               GTK_WINDOW (nautilus_files_view_get_window (view)));
+                           error->message,
+                           GTK_WINDOW (nautilus_files_view_get_window (view)));
     }
 }
 
@@ -6864,7 +6864,7 @@ file_start_callback (NautilusFile *file,
         /* Translators: %s is a file name formatted for display */
         text = g_strdup_printf (_("Unable to start “%s”"), name);
         show_error_dialog (text, error->message,
-                               GTK_WINDOW (nautilus_files_view_get_window (view)));
+                           GTK_WINDOW (nautilus_files_view_get_window (view)));
         g_free (text);
         g_free (name);
     }


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