[empathy] empathy-account-chooser: remove trailing tabs



commit 58781acde5a0e1ca4bc20fe1eb4884fa2c097b74
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 24 15:43:01 2009 +0100

    empathy-account-chooser: remove trailing tabs

 libempathy-gtk/empathy-account-chooser.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c
index 915b37b..488486f 100644
--- a/libempathy-gtk/empathy-account-chooser.c
+++ b/libempathy-gtk/empathy-account-chooser.c
@@ -361,7 +361,7 @@ empathy_account_chooser_get_has_all_option (EmpathyAccountChooser *chooser)
 	g_return_val_if_fail (EMPATHY_IS_ACCOUNT_CHOOSER (chooser), FALSE);
 
 	priv = GET_PRIV (chooser);
-	
+
 	return priv->has_all_option;
 }
 
@@ -653,11 +653,11 @@ account_chooser_separator_func (GtkTreeModel         *model,
 	gboolean                  is_separator;
 
 	priv = GET_PRIV (chooser);
-	
+
 	if (!priv->has_all_option) {
 		return FALSE;
 	}
-	
+
 	gtk_tree_model_get (model, iter, COL_ACCOUNT_TEXT, &text, -1);
 	is_separator = text == NULL;
 	g_free (text);



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