[empathy] empathy-new-chatroom-dialog: remove trailing tabs



commit e25f7f1a2f082c0dc6294cbeb39ca71c86366f87
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 24 15:23:28 2009 +0100

    empathy-new-chatroom-dialog: remove trailing tabs

 src/empathy-new-chatroom-dialog.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c
index 5636659..da90cbb 100644
--- a/src/empathy-new-chatroom-dialog.c
+++ b/src/empathy-new-chatroom-dialog.c
@@ -362,7 +362,7 @@ new_chatroom_dialog_update_widgets (EmpathyNewChatroomDialog *dialog)
 	McProfile             *profile;
 	const gchar           *protocol;
 	const gchar           *room;
-	
+
 	account_chooser = EMPATHY_ACCOUNT_CHOOSER (dialog->account_chooser);
 	account = empathy_account_chooser_dup_account (account_chooser);
 	profile = mc_account_get_profile (account);
@@ -545,7 +545,7 @@ new_chatroom_dialog_listing_cb (EmpathyTpRoomlist        *room_list,
 
 	/* Update the throbber */
 	if (listing) {
-		ephy_spinner_start (EPHY_SPINNER (dialog->throbber));		
+		ephy_spinner_start (EPHY_SPINNER (dialog->throbber));
 	} else {
 		ephy_spinner_stop (EPHY_SPINNER (dialog->throbber));
 	}
@@ -572,7 +572,7 @@ new_chatroom_dialog_model_row_activated_cb (GtkTreeView             *tree_view,
 static void
 new_chatroom_dialog_model_selection_changed (GtkTreeSelection         *selection,
 					     EmpathyNewChatroomDialog *dialog)
-{	
+{
 	GtkTreeModel *model;
 	GtkTreeIter   iter;
 	gchar        *room = NULL;



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