summaryrefslogtreecommitdiff
path: root/shell/main.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:43:23 +0200
committerraveit65 <[email protected]>2019-07-01 17:07:40 +0200
commitaa24676651f8bd3e8b434f72d5aac98e84c0867d (patch)
tree37693766ecb4733c6061dcc2ddc26954fab5ca01 /shell/main.c
parent6741c5db1e5c48c01b25bb7900dc40d48552925d (diff)
downloadatril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.bz2
atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/main.c b/shell/main.c
index 6e21f9f2..582ffe2f 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -90,7 +90,7 @@ launch_previewer (void)
* the first path given
*/
cmd_str = g_string_new ("atril-previewer");
-
+
if (print_settings) {
gchar *quoted;
@@ -104,14 +104,14 @@ launch_previewer (void)
if (file_arguments) {
gchar *quoted;
-
+
quoted = g_shell_quote (file_arguments[0]);
g_string_append_printf (cmd_str, " %s", quoted);
g_free (quoted);
}
cmd = g_string_free (cmd_str, FALSE);
-
+
if (!error) {
GAppInfo *app;
@@ -255,9 +255,9 @@ main (int argc, char *argv[])
if (preview_mode) {
gboolean retval;
-
+
retval = launch_previewer ();
-
+
return retval ? 0 : 1;
}