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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/terminal-options.h') diff --git a/src/terminal-options.h b/src/terminal-options.h index 20f9a3f..2d6d707 100644 --- a/src/terminal-options.h +++ b/src/terminal-options.h @@ -53,7 +53,7 @@ typedef struct char *config_file; gboolean load_config; gboolean save_config; - int initial_workspace; + int initial_workspace; } TerminalOptions; typedef struct @@ -66,7 +66,7 @@ typedef struct double zoom; guint zoom_set : 1; guint active : 1; - guint attach_window : 1; + guint attach_window : 1; } InitialTab; typedef struct -- cgit v1.2.1