diff options
author | monsta <[email protected]> | 2016-11-23 17:21:45 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 17:33:50 +0300 |
commit | 172d3b6800c518b14e5cc71d9f8c4c035f33dc47 (patch) | |
tree | 6c639ab67f95a3ff1f72111ce8b4d0454d6eb794 /shell/ev-sidebar-bookmarks.c | |
parent | 328b28369741467777c2c6daee2fa8fc828466b9 (diff) | |
download | atril-172d3b6800c518b14e5cc71d9f8c4c035f33dc47.tar.bz2 atril-172d3b6800c518b14e5cc71d9f8c4c035f33dc47.tar.xz |
fix indent a bit
Diffstat (limited to 'shell/ev-sidebar-bookmarks.c')
-rw-r--r-- | shell/ev-sidebar-bookmarks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-bookmarks.c b/shell/ev-sidebar-bookmarks.c index 916985bb..4f2c237f 100644 --- a/shell/ev-sidebar-bookmarks.c +++ b/shell/ev-sidebar-bookmarks.c @@ -478,7 +478,7 @@ ev_sidebar_bookmarks_init (EvSidebarBookmarks *sidebar_bookmarks) #if GTK_CHECK_VERSION (3, 0, 0) hbox = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL); #else - hbox = gtk_hbutton_box_new (); + hbox = gtk_hbutton_box_new (); #endif priv->add_button = gtk_button_new_from_stock (GTK_STOCK_ADD); |