diff src/plugins/plugin_xep_0020.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 beaf6bec2fcd
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0020.py	Fri Jan 18 17:55:27 2013 +0100
+++ b/src/plugins/plugin_xep_0020.py	Fri Jan 18 17:55:34 2013 +0100
@@ -48,7 +48,7 @@
 
     def __init__(self, host):
         info(_("Plugin XEP_0020 initialization"))
-    
+
     def getHandler(self, profile):
         return XEP_0020_handler()
 
@@ -106,7 +106,7 @@
 
 class XEP_0020_handler(XMPPHandler):
     implements(iwokkel.IDisco)
-    
+
     def getDiscoInfo(self, requestor, target, nodeIdentifier=''):
         return [disco.DiscoFeature(NS_FEATURE_NEG)]