diff options
author | rbuj <[email protected]> | 2021-10-27 18:14:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:38:28 +0100 |
commit | d2dc831499db3f3362e98795b9078975b9958581 (patch) | |
tree | 8a842d406c9db383b8113aba8581d264554d3486 /src/terminal.c | |
parent | 470f498e34fa148065e717aabbc7bbe6c4017097 (diff) | |
download | mate-terminal-d2dc831499db3f3362e98795b9078975b9958581.tar.bz2 mate-terminal-d2dc831499db3f3362e98795b9078975b9958581.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/terminal.c')
-rw-r--r-- | src/terminal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c index f15248f..0be68cf 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -291,7 +291,6 @@ name_acquired_cb (GDBusConnection *connection, g_assert_not_reached (); } - if (!terminal_app_handle_options (terminal_app_get (), data->options, TRUE /* do resume */, &error)) { g_printerr ("Failed to handle options: %s\n", error->message); |