[empathy] empathy-chatroom: remove trailing tabs



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

    empathy-chatroom: remove trailing tabs

 libempathy/empathy-chatroom.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-chatroom.c b/libempathy/empathy-chatroom.c
index 6575bb9..147fca0 100644
--- a/libempathy/empathy-chatroom.c
+++ b/libempathy/empathy-chatroom.c
@@ -407,11 +407,11 @@ empathy_chatroom_get_name (EmpathyChatroom *chatroom)
 	g_return_val_if_fail (EMPATHY_IS_CHATROOM (chatroom), NULL);
 
 	priv = GET_PRIV (chatroom);
-	
+
 	if (EMP_STR_EMPTY (priv->name)) {
 		return priv->room;
 	}
-	
+
 	return priv->name;
 }
 



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