diff frontends/src/quick_frontend/quick_chat_list.py @ 587:952322b1d490

Remove trailing whitespaces.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 18 Jan 2013 17:55:34 +0100
parents ca13633d3b6b
children 84a6e83157c2
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat_list.py	Fri Jan 18 17:55:27 2013 +0100
+++ b/frontends/src/quick_frontend/quick_chat_list.py	Fri Jan 18 17:55:34 2013 +0100
@@ -25,7 +25,7 @@
 class QuickChatList(dict):
     """This class is used to manage the list of chat windows.
     It act as a dict, but create a chat window when the name is found for the first time."""
-    
+
     def __init__(self, host):
         dict.__init__(self)
         self.host = host