diff src/bridge/bridge.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 1f160467f5de
line wrap: on
line diff
--- a/src/bridge/bridge.py	Fri Jan 18 17:55:27 2013 +0100
+++ b/src/bridge/bridge.py	Fri Jan 18 17:55:34 2013 +0100
@@ -26,7 +26,7 @@
         info ("Bridge initialization")
 
     ##signals
-    def newContact(self, contact): 
+    def newContact(self, contact):
         raise NotImplementedError
 
     def newMessage(self, from_jid, msg, type='chat'):
@@ -45,7 +45,7 @@
 
     def getContacts(self):
         raise NotImplementedError
-    
+
     def getPresenceStatus(self):
         raise NotImplementedError
 
@@ -57,12 +57,12 @@
 
     def setParam(self, name, value, namespace):
         raise NotImplementedError
-        
+
     def getParam(self, name, namespace):
         raise NotImplementedError
 
     def getParams(self, namespace):
         raise NotImplementedError
-    
+
     def getHistory(self, from_jid, to_jid, size):
         raise NotImplementedError