summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2019-08-22 14:18:40 +0200
committermathieui <mathieui@mathieui.net>2019-12-27 15:27:28 +0100
commita32794ec358e5c4f0240b3c1a351b21c918d96f3 (patch)
treeb9907b239ee5f2a4206f60fb6e87f9bc3e193abc
parentaa11ba463e8acebd8c1892805abccb35b251d91a (diff)
downloadslixmpp-a32794ec358e5c4f0240b3c1a351b21c918d96f3.tar.gz
slixmpp-a32794ec358e5c4f0240b3c1a351b21c918d96f3.tar.bz2
slixmpp-a32794ec358e5c4f0240b3c1a351b21c918d96f3.tar.xz
slixmpp-a32794ec358e5c4f0240b3c1a351b21c918d96f3.zip
Remove trailing whitespace
-rw-r--r--slixmpp/xmlstream/xmlstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py
index 46b39392..4403178c 100644
--- a/slixmpp/xmlstream/xmlstream.py
+++ b/slixmpp/xmlstream/xmlstream.py
@@ -927,7 +927,7 @@ class XMLStream(asyncio.BaseProtocol):
else:
self.send_raw(data)
self.waiting_queue.task_done()
-
+
def send(self, data, use_filters=True):
"""A wrapper for :meth:`send_raw()` for sending stanza objects.