diff options
author | monsta <[email protected]> | 2017-12-25 17:53:32 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-12-25 17:53:32 +0300 |
commit | 26ded92d74412cba21b8f7f6c822d386f6a5e909 (patch) | |
tree | 595b0b61ba507270955a9fb55f0425d9da37059f /src/terminal-options.h | |
parent | 08bebc7780ae5dde62ee161a24a7207823530944 (diff) | |
download | mate-terminal-26ded92d74412cba21b8f7f6c822d386f6a5e909.tar.bz2 mate-terminal-26ded92d74412cba21b8f7f6c822d386f6a5e909.tar.xz |
make indent more uniform in a few files
Diffstat (limited to 'src/terminal-options.h')
-rw-r--r-- | src/terminal-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |