Remove all trailing whitespaces.

This commit is contained in:
Emmanuel Gil Peyrot
2014-08-17 21:53:34 +02:00
committed by Florent Le Coz
parent ed37174a2b
commit 17174016ec
41 changed files with 1012 additions and 1012 deletions

View File

@@ -15,7 +15,7 @@ import slixmpp.plugins.xep_0325 as xep_0325
namespace='sn'
class TestControlStanzas(SlixTest):
def setUp(self):
pass
@@ -89,7 +89,7 @@ class TestControlStanzas(SlixTest):
msg['set'].add_data("Tjohej", "boolean", "true")
self.check(msg,"""
<message
<message
from='master@clayster.com/amr'
to='device@clayster.com'>
<set xmlns='urn:xmpp:iot:control'>
@@ -244,5 +244,5 @@ class TestControlStanzas(SlixTest):
</iq>
"""
)
suite = unittest.TestLoader().loadTestsFromTestCase(TestControlStanzas)