[empathy] removed some trailing spaces



commit cc0b2a8f267d1396ecae90452f4623d5b4c5ebb1
Author: Thomas Meire <blackskad gmail com>
Date:   Tue Jan 19 23:03:28 2010 +0100

    removed some trailing spaces

 libempathy-gtk/empathy-chat.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 5c563c8..65676b5 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -2889,11 +2889,11 @@ void
 empathy_chat_find (EmpathyChat *chat)
 {
 	EmpathyChatPriv *priv;
-	
+
 	g_return_if_fail (EMPATHY_IS_CHAT (chat));
-	
+
 	priv = GET_PRIV (chat);
-	
+
 	empathy_search_bar_show (EMPATHY_SEARCH_BAR (priv->search_bar));
 }
 



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