diff options
author | rbuj <[email protected]> | 2021-10-27 17:38:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:50:08 +0100 |
commit | aa40c23a25687eb1914c7c36a7269f62de1c4040 (patch) | |
tree | 8e4b6b8311e99534ebc05b9e85ec7ceda9ba61be /open-terminal | |
parent | 5531df05481859b8efd9c952795759ef2c0dcad9 (diff) | |
download | caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.bz2 caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.xz |
Use a blank line at most
Diffstat (limited to 'open-terminal')
-rw-r--r-- | open-terminal/caja-open-terminal.c | 1 | ||||
-rw-r--r-- | open-terminal/caja-open-terminal.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/open-terminal/caja-open-terminal.c b/open-terminal/caja-open-terminal.c index 45950b2..982eb14 100644 --- a/open-terminal/caja-open-terminal.c +++ b/open-terminal/caja-open-terminal.c @@ -261,7 +261,6 @@ 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); diff --git a/open-terminal/caja-open-terminal.h b/open-terminal/caja-open-terminal.h index c5c0dc1..21b6b36 100644 --- a/open-terminal/caja-open-terminal.h +++ b/open-terminal/caja-open-terminal.h @@ -32,7 +32,6 @@ G_BEGIN_DECLS * instantiated by caja. It implements the GInterfaces * exported by libcaja. */ - #define CAJA_TYPE_OPEN_TERMINAL (caja_open_terminal_get_type ()) #define CAJA_OPEN_TERMINAL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), CAJA_TYPE_OPEN_TERMINAL, CajaOpenTerminal)) #define CAJA_IS_OPEN_TERMINAL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), CAJA_TYPE_OPEN_TERMINAL)) |