From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
Date: Wed, 14 Nov 2007 22:04:21 +0000
Subject: ** Remove trailing whitespace from source code.

2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
---
 shell/e-shell-window-commands.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'shell/e-shell-window-commands.c')

diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 799cb2002d..7700e86608 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -639,7 +639,7 @@ static const char *authors[] = {
 	NULL
 };
 
-static const char *documentors[] = { 
+static const char *documentors[] = {
 	"Aaron Weber",
 	"Binika Preet",
 	"Dan Winship",
@@ -688,7 +688,7 @@ command_help_faq (BonoboUIComponent *uih,
 {
 	/* FIXME Show when we have a faq */
 	/* FIXME use the error */
-	gnome_url_show ("http://gnome.org/projects/evolution/faq.shtml", NULL);	
+	gnome_url_show ("http://gnome.org/projects/evolution/faq.shtml", NULL);
 }
 #endif
 
@@ -780,7 +780,7 @@ command_forget_passwords (BonoboUIComponent *ui_component,
 			  void *data,
 			  const char *path)
 {
-	if (e_error_run (NULL, "shell:forget-passwords", NULL) == GTK_RESPONSE_OK) 
+	if (e_error_run (NULL, "shell:forget-passwords", NULL) == GTK_RESPONSE_OK)
 		e_passwords_forget_passwords();
 }
 
@@ -853,7 +853,7 @@ static EPixmap pixmaps [] = {
 	E_PIXMAP ("/menu/File/FileClose", "window-close", E_ICON_SIZE_MENU),
 	E_PIXMAP ("/menu/File/FileExit", "application-exit", E_ICON_SIZE_MENU),
 	E_PIXMAP ("/menu/Edit/Settings", "preferences-desktop", E_ICON_SIZE_MENU),
-	
+
 	E_PIXMAP_END
 };
 
@@ -994,7 +994,7 @@ view_buttons_hide_item_toggled_handler (BonoboUIComponent           *ui_componen
 	gboolean is_visible;
 
 	sidebar = e_shell_window_peek_sidebar (shell_window);
-	
+
 	is_visible = state[0] == '0';
 
 	e_sidebar_set_show_buttons (sidebar, is_visible);
@@ -1026,7 +1026,7 @@ view_statusbar_item_toggled_handler (BonoboUIComponent           *ui_component,
 	gboolean is_visible;
 	GConfClient *gconf_client;
 
-	is_visible = state[0] == '1';	
+	is_visible = state[0] == '1';
 	if(is_visible)
 		gtk_widget_show (status_bar);
 	else
@@ -1047,7 +1047,7 @@ view_sidebar_item_toggled_handler (BonoboUIComponent           *ui_component,
 	gboolean is_visible;
 	GConfClient *gconf_client;
 
-	is_visible = state[0] == '1';	
+	is_visible = state[0] == '1';
 	if(is_visible)
 		gtk_widget_show (side_bar);
 	else
-- 
cgit