fixing mixed indent error (only use spaces)

IndentationError: unexpected indent
This commit is contained in:
anthraxx 2015-07-28 16:41:17 +02:00
parent cb1d4f4570
commit 2f1784293e
1 changed files with 76 additions and 75 deletions

View File

@ -144,5 +144,6 @@ class Output(cowrie.core.output.Output):
# This is separate since we can't return with a value
@defer.inlineCallbacks
def createSessionWhenever(self, sid, peerIP, hostIP):
pass
# vim: set sw=4 et: