[eog] [GSettings] Fix whitespace errors



commit 4087bc9130b489935a6460061d166ef23524bf7f
Author: Felix Riemann <friemann gnome org>
Date:   Sun Jun 6 16:41:26 2010 +0200

    [GSettings] Fix whitespace errors

 src/eog-plugin-engine.c |    2 +-
 src/eog-window.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-plugin-engine.c b/src/eog-plugin-engine.c
index 183410a..8e5f957 100644
--- a/src/eog-plugin-engine.c
+++ b/src/eog-plugin-engine.c
@@ -698,7 +698,7 @@ eog_plugin_engine_activate_plugin (EogPluginInfo *info)
 						        (GCompareFunc)strcmp);
 
 		_eog_settings_set_list (eog_plugin_engine_settings,
-		    			EOG_CONF_PLUGINS_ACTIVE_PLUGINS,
+					EOG_CONF_PLUGINS_ACTIVE_PLUGINS,
 					active_plugins);
 
 		return TRUE;
diff --git a/src/eog-window.c b/src/eog-window.c
index b3ae5b6..0dd6ab4 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -4384,7 +4384,7 @@ eog_window_construct_ui (EogWindow *window)
 	priv->nav = eog_thumb_nav_new (priv->thumbview,
 				       EOG_THUMB_NAV_MODE_ONE_ROW,
 				       g_settings_get_boolean (priv->ui_settings
-				       			   , EOG_CONF_UI_SCROLL_BUTTONS));
+				       	, EOG_CONF_UI_SCROLL_BUTTONS));
 
 	thumb_popup = gtk_ui_manager_get_widget (priv->ui_mgr, "/ThumbnailPopup");
 	eog_thumb_view_set_thumbnail_popup (EOG_THUMB_VIEW (priv->thumbview),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]