summaryrefslogtreecommitdiff
path: root/src/nautilus-program-choosing.c
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-02-13 14:10:55 +0100
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-04-05 16:22:26 +0000
commitfd2e7dfdead8e9046884ca21dcad034e160dae68 (patch)
tree0a3a9bc8bd5ee313b8364e3b5dae477c37476f68 /src/nautilus-program-choosing.c
parentbec3229e998852f69933e500e676fccb76d1c4cb (diff)
downloadnautilus-fd2e7dfdead8e9046884ca21dcad034e160dae68.tar.gz
general: Run uncrustify script
There are some style issue since the last run. Let's run it again before enabling style-check CI job.
Diffstat (limited to 'src/nautilus-program-choosing.c')
-rw-r--r--src/nautilus-program-choosing.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nautilus-program-choosing.c b/src/nautilus-program-choosing.c
index 047a78c2b..47362a3f7 100644
--- a/src/nautilus-program-choosing.c
+++ b/src/nautilus-program-choosing.c
@@ -432,7 +432,7 @@ nautilus_launch_desktop_file (GdkScreen *screen,
/* some files are non-local */
show_dialog (_("This drop target only supports local files."),
_("To open non-local files copy them to a local folder and then"
- " drop them again. The local files you dropped have already been opened."),
+ " drop them again. The local files you dropped have already been opened."),
parent_window,
GTK_MESSAGE_WARNING);
}
@@ -526,10 +526,10 @@ on_launch_default_for_uri (GObject *source,
}
static void
-on_window_handle_export (NautilusWindow *window,
- const char *handle_str,
- guint xid,
- gpointer user_data)
+on_window_handle_export (NautilusWindow *window,
+ const char *handle_str,
+ guint xid,
+ gpointer user_data)
{
GTask *task = user_data;
GAppLaunchContext *context = g_task_get_task_data (task);