diff options
author | monsta <[email protected]> | 2016-11-21 22:21:11 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-21 22:21:11 +0300 |
commit | 2d9c33aa5d3020beb58866279d1a9bead67a617b (patch) | |
tree | 9d392101d0f3d50d8dd41940fca24feab4609489 | |
parent | 87bfe9e7757b9c90576023d0a4d47ac6c73fdc7c (diff) | |
download | eom-2d9c33aa5d3020beb58866279d1a9bead67a617b.tar.bz2 eom-2d9c33aa5d3020beb58866279d1a9bead67a617b.tar.xz |
fix indent a bit
-rw-r--r-- | plugins/statusbar-date/eom-statusbar-date-plugin.c | 2 | ||||
-rw-r--r-- | src/eom-window.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/statusbar-date/eom-statusbar-date-plugin.c b/plugins/statusbar-date/eom-statusbar-date-plugin.c index 178c518..7862adb 100644 --- a/plugins/statusbar-date/eom-statusbar-date-plugin.c +++ b/plugins/statusbar-date/eom-statusbar-date-plugin.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H - #include <config.h> +#include <config.h> #endif #include "eom-statusbar-date-plugin.h" diff --git a/src/eom-window.c b/src/eom-window.c index 44b0564..1e0d28a 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -4545,10 +4545,10 @@ eom_window_init (EomWindow *window) eom_debug (DEBUG_WINDOW); #if GTK_CHECK_VERSION(3, 0, 0) - GtkStyleContext *context; + GtkStyleContext *context; - context = gtk_widget_get_style_context (GTK_WIDGET (window)); - gtk_style_context_add_class (context, "eom-window"); + context = gtk_widget_get_style_context (GTK_WIDGET (window)); + gtk_style_context_add_class (context, "eom-window"); #endif hints.min_width = EOM_WINDOW_MIN_WIDTH; |