From cf3fd47515e2950da24c0f6eb1be96a3b520fab4 Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 12:06:39 +0200 Subject: Remove trailing whitespaces --- open-terminal/caja-open-terminal.c | 14 +++++++------- open-terminal/caja-open-terminal.h | 6 +++--- open-terminal/open-terminal.c | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'open-terminal') 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 - * + * */ #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 - * + * */ #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 - * + * */ #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) { -- cgit v1.2.1