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 /src | |
parent | 87bfe9e7757b9c90576023d0a4d47ac6c73fdc7c (diff) | |
download | eom-2d9c33aa5d3020beb58866279d1a9bead67a617b.tar.bz2 eom-2d9c33aa5d3020beb58866279d1a9bead67a617b.tar.xz |
fix indent a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/eom-window.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; |