From 26ded92d74412cba21b8f7f6c822d386f6a5e909 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 25 Dec 2017 17:53:32 +0300 Subject: make indent more uniform in a few files --- src/terminal-options.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/terminal-options.c') diff --git a/src/terminal-options.c b/src/terminal-options.c index 9d8c1e1..7b16edb 100644 --- a/src/terminal-options.c +++ b/src/terminal-options.c @@ -51,7 +51,7 @@ initial_tab_new (const char *profile, it->zoom = 1.0; it->zoom_set = FALSE; it->active = FALSE; - it->attach_window = FALSE; + it->attach_window = FALSE; return it; } @@ -306,8 +306,8 @@ option_tab_callback (const gchar *option_name, { TerminalOptions *options = data; gboolean is_profile_id; - InitialWindow *iw; - InitialTab *it; + InitialWindow *iw; + InitialTab *it; is_profile_id = g_str_has_suffix (option_name, "-with-profile-internal-id"); @@ -317,11 +317,11 @@ option_tab_callback (const gchar *option_name, iw->tabs = g_list_append (iw->tabs, initial_tab_new (value, is_profile_id)); } else - { - iw = add_new_window (options, value, is_profile_id); - it = g_list_last(iw->tabs)->data; - it->attach_window = TRUE; - } + { + iw = add_new_window (options, value, is_profile_id); + it = g_list_last(iw->tabs)->data; + it->attach_window = TRUE; + } return TRUE; } @@ -712,7 +712,7 @@ terminal_options_parse (const char *working_directory, options->default_maximize = FALSE; options->execute = FALSE; options->use_factory = TRUE; - options->initial_workspace = -1; + options->initial_workspace = -1; options->env = g_strdupv (env); options->startup_id = g_strdup (startup_id && startup_id[0] ? startup_id : NULL); -- cgit v1.2.1