diff options
author | Laurent Napias <[email protected]> | 2019-06-29 12:06:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-30 17:55:06 +0200 |
commit | cf3fd47515e2950da24c0f6eb1be96a3b520fab4 (patch) | |
tree | ee67462cd5992c59a362c6c3be7083a08524f77c /open-terminal | |
parent | 363093d7d32d5f60f66d2ca7f9193dd684c2ccd1 (diff) | |
download | caja-extensions-cf3fd47515e2950da24c0f6eb1be96a3b520fab4.tar.bz2 caja-extensions-cf3fd47515e2950da24c0f6eb1be96a3b520fab4.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'open-terminal')
-rw-r--r-- | open-terminal/caja-open-terminal.c | 14 | ||||
-rw-r--r-- | open-terminal/caja-open-terminal.h | 6 | ||||
-rw-r--r-- | open-terminal/open-terminal.c | 6 |
3 files changed, 13 insertions, 13 deletions
diff --git a/open-terminal/caja-open-terminal.c b/open-terminal/caja-open-terminal.c index 1c7d683..b2d18e5 100644 --- a/open-terminal/caja-open-terminal.c +++ b/open-terminal/caja-open-terminal.c @@ -1,6 +1,6 @@ /* * caja-open-terminal.c - * + * * Copyright (C) 2004, 2005 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Christian Neumair <[email protected]> - * + * */ #ifdef HAVE_CONFIG_H @@ -260,7 +260,7 @@ append_sftp_info (char **terminal_exec, g_assert (terminal_exec != NULL); g_assert (file_info != NULL); - + vfs_uri = g_file_new_for_uri (caja_file_info_get_activation_uri (file_info)); g_assert (vfs_uri != NULL); @@ -425,7 +425,7 @@ open_terminal_callback (CajaMenuItem *item, g_message ("CajaOpenTerminal: Failed to close Caja working directory."); } } - } else { + } else { g_spawn_async (working_directory, argv, NULL, @@ -611,7 +611,7 @@ caja_open_terminal_configurable_iface_init (CajaConfigurableIface *iface) iface->run_config = caja_open_terminal_run_config; } -static void +static void caja_open_terminal_instance_init (CajaOpenTerminal *cvs) { } @@ -622,7 +622,7 @@ caja_open_terminal_class_init (CajaOpenTerminalClass *class) } GType -caja_open_terminal_get_type (void) +caja_open_terminal_get_type (void) { return terminal_type; } @@ -635,7 +635,7 @@ caja_open_terminal_register_type (GTypeModule *module) (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) caja_open_terminal_class_init, - NULL, + NULL, NULL, sizeof (CajaOpenTerminal), 0, diff --git a/open-terminal/caja-open-terminal.h b/open-terminal/caja-open-terminal.h index 16c435d..c5c0dc1 100644 --- a/open-terminal/caja-open-terminal.h +++ b/open-terminal/caja-open-terminal.h @@ -1,6 +1,6 @@ /* * caja-open-terminal.h - * + * * Copyright (C) 2004, 2005 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Christian Neumair <[email protected]> - * + * */ #ifndef CAJA_OPEN_TERMINAL_H @@ -29,7 +29,7 @@ G_BEGIN_DECLS /* Declarations for the open terminal extension object. This object will be - * instantiated by caja. It implements the GInterfaces + * instantiated by caja. It implements the GInterfaces * exported by libcaja. */ diff --git a/open-terminal/open-terminal.c b/open-terminal/open-terminal.c index 1e60dca..ff21ec1 100644 --- a/open-terminal/open-terminal.c +++ b/open-terminal/open-terminal.c @@ -1,6 +1,6 @@ /* * open-terminal.c - * + * * Copyright (C) 2004, 2005 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Christian Neumair <[email protected]> - * + * */ #ifdef HAVE_CONFIG_H @@ -49,7 +49,7 @@ caja_module_shutdown (void) g_print ("Shutting down caja-open-terminal extension\n"); } -void +void caja_module_list_types (const GType **types, int *num_types) { |