diff options
author | monsta <[email protected]> | 2016-12-01 21:17:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-01 21:17:03 +0300 |
commit | 0389542290dc655a68cc352df12bd76ac796bbc7 (patch) | |
tree | 6663db8d8b433ae1378f7cd8c7740bb61896720e | |
parent | 097fd1cd1a33995667dc51efbd761136108e1486 (diff) | |
download | pluma-0389542290dc655a68cc352df12bd76ac796bbc7.tar.bz2 pluma-0389542290dc655a68cc352df12bd76ac796bbc7.tar.xz |
remove some extra spaces
-rw-r--r-- | pluma/pluma-window-private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pluma/pluma-window-private.h b/pluma/pluma-window-private.h index e575a59e..05eb87fa 100644 --- a/pluma/pluma-window-private.h +++ b/pluma/pluma-window-private.h @@ -51,8 +51,8 @@ struct _PlumaWindowPrivate GtkWidget *tab_width_combo; GtkWidget *language_combo; - - PlumaMessageBus *message_bus; + + PlumaMessageBus *message_bus; /* Widgets for fullscreen mode */ GtkWidget *fullscreen_controls; @@ -60,7 +60,7 @@ struct _PlumaWindowPrivate gboolean fullscreen_animation_enter; /* statusbar and context ids for statusbar messages */ - GtkWidget *statusbar; + GtkWidget *statusbar; guint generic_message_cid; guint tip_message_cid; guint tab_width_id; @@ -93,7 +93,7 @@ struct _PlumaWindowPrivate gint num_tabs_with_error; gint width; - gint height; + gint height; GdkWindowState window_state; gint side_panel_size; |