[empathy] empathy-log-window: remove trailing tabs



commit c6f80bd5d78054651c9ed0daab213a64059f4e5f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 24 15:44:35 2009 +0100

    empathy-log-window: remove trailing tabs

 libempathy-gtk/empathy-log-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index dc2efa3..21d73f8 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -320,7 +320,7 @@ log_window_find_changed_cb (GtkTreeSelection *selection,
 		gtk_widget_set_sensitive (window->button_next, FALSE);
 
 		empathy_chat_view_clear (window->chatview_find);
-	
+
 		return;
 	}
 
@@ -646,7 +646,7 @@ log_window_chats_populate (EmpathyLogWindow *window)
 		gtk_list_store_append (store, &iter);
 		gtk_list_store_set (store, &iter,
 				    COL_CHAT_ICON, "empathy-available", /* FIXME */
-				    COL_CHAT_NAME, hit->chat_id,				
+				    COL_CHAT_NAME, hit->chat_id,
 				    COL_CHAT_ACCOUNT, account,
 				    COL_CHAT_ID, hit->chat_id,
 				    COL_CHAT_IS_CHATROOM, hit->is_chatroom,



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