[gnome-commander/gcmd-1-10] noop: indentation
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-10] noop: indentation
- Date: Tue, 19 May 2020 18:26:23 +0000 (UTC)
commit c92359921f360b11fbc3de1664f9ec9bcf2e7b7d
Author: Uwe Scholz <u scholz83 gmx de>
Date: Tue May 19 17:49:42 2020 +0200
noop: indentation
src/gnome-cmd-user-actions.cc | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index 6ec38117..72d57d76 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -872,22 +872,22 @@ void file_sendto (GtkMenuItem *menuitem, gpointer not_used)
if (parse_command(&cmd, g_strdup(gnome_cmd_data.options.sendto)) == 0)
{
- DEBUG ('g', "Sendto command is not valid.\n");
- gnome_cmd_show_message (*main_win, _("No valid command given."));
- return;
+ DEBUG ('g', "Sendto command is not valid.\n");
+ gnome_cmd_show_message (*main_win, _("No valid command given."));
+ return;
}
else
{
- GnomeCmdDir *dir = NULL;
- gint argc;
- gchar **argv = NULL;
- GError *error = NULL;
- DEBUG ('g', "Invoking 'Send files': %s\n", cmd.c_str());
- g_shell_parse_argv (cmd.c_str(), &argc, &argv, NULL);
- if (!g_spawn_async (gnome_cmd_dir_is_local (dir) ? dir_path.c_str() : NULL, argv, NULL,
G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &error))
- gnome_cmd_error_message (_("Unable to execute command."), error);
- g_free (command);
- g_strfreev (argv);
+ GnomeCmdDir *dir = NULL;
+ gint argc;
+ gchar **argv = NULL;
+ GError *error = NULL;
+ DEBUG ('g', "Invoking 'Send files': %s\n", cmd.c_str());
+ g_shell_parse_argv (cmd.c_str(), &argc, &argv, NULL);
+ if (!g_spawn_async (gnome_cmd_dir_is_local (dir) ? dir_path.c_str() : NULL, argv, NULL,
G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &error))
+ gnome_cmd_error_message (_("Unable to execute command."), error);
+ g_free (command);
+ g_strfreev (argv);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]