summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2017-11-04 22:36:28 -0300
committerAndre Miranda <andreldm@xfce.org>2017-11-04 22:36:28 -0300
commit3de231d2dec33ca48b73391386d442231baace3e (patch)
treecf2b11dc69cdcaee5978abb3f7b81a73234c2efa /examples
parenta7355a59e2eb5af635f109852216f7d6064ffb70 (diff)
downloadthunar-3de231d2dec33ca48b73391386d442231baace3e.tar.gz
Strip trailing whitespace
Diffstat (limited to 'examples')
-rw-r--r--examples/tex-open-terminal/tex-open-terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tex-open-terminal/tex-open-terminal.c b/examples/tex-open-terminal/tex-open-terminal.c
index 4c86f8ef..bb6f1e4a 100644
--- a/examples/tex-open-terminal/tex-open-terminal.c
+++ b/examples/tex-open-terminal/tex-open-terminal.c
@@ -151,7 +151,7 @@ tex_open_terminal_activated (ThunarxMenuItem *item,
path = g_object_get_data (G_OBJECT (item), "open-terminal-here-path");
if (G_UNLIKELY (path == NULL))
return;
-
+
/* build up the command line for the terminal */
command = g_strdup_printf ("exo-open --launch TerminalEmulator --working-directory \"%s\"", path);