Strip whitespace from ALL the things.
This commit is contained in:
parent
f6dd8b0a4d
commit
716d7a737b
171 changed files with 807 additions and 807 deletions
|
@ -38,7 +38,7 @@ class QueueFile(object):
|
|||
for handler in self._exception_handlers:
|
||||
handler(result)
|
||||
handled = True
|
||||
|
||||
|
||||
if handled:
|
||||
return
|
||||
|
||||
|
@ -46,7 +46,7 @@ class QueueFile(object):
|
|||
|
||||
self._buffer += result
|
||||
self._total_size += len(result)
|
||||
|
||||
|
||||
buf = self._buffer[0:size]
|
||||
self._buffer = self._buffer[size:]
|
||||
return buf
|
||||
|
|
Reference in a new issue