Merge pull request #882 from collinanderson/whitespace

clean whitespace
This commit is contained in:
Berker Peksag 2014-09-10 17:07:32 +03:00
commit 257e2228ae
32 changed files with 120 additions and 139 deletions

View File

@ -31,5 +31,3 @@ Issue Tracking
Bug reports, enhancement requests and tasks generally go in the `Github Bug reports, enhancement requests and tasks generally go in the `Github
issue tracker <http://github.com/benoitc/gunicorn/issues>`_. issue tracker <http://github.com/benoitc/gunicorn/issues>`_.

View File

@ -68,4 +68,3 @@ texinfo_documents = [
u'Benoit Chesneau', 'Gunicorn', 'One line description of project.', u'Benoit Chesneau', 'Gunicorn', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@ -940,4 +940,3 @@ statsd_host
* ``None`` * ``None``
host:port of the statsd server to log to host:port of the statsd server to log to

View File

@ -22,4 +22,3 @@ def load(arg):
start_response(status, response_headers) start_response(status, response_headers)
return iter([data]) return iter([data])
return app return app

View File

@ -28,6 +28,6 @@
<footer></footer> <footer></footer>
</body> </body>
</html> </html>

View File

@ -20,4 +20,3 @@ Another way to test that 1 + 1 is equal to 2.
>>> 1 + 1 == 2 >>> 1 + 1 == 2
True True
"""} """}

View File

@ -28,6 +28,6 @@
<footer></footer> <footer></footer>
</body> </body>
</html> </html>

View File

@ -20,4 +20,3 @@ Another way to test that 1 + 1 is equal to 2.
>>> 1 + 1 == 2 >>> 1 + 1 == 2
True True
"""} """}

View File

@ -268,9 +268,3 @@ if __name__=='__main__':
update_md5(sys.argv[2:]) update_md5(sys.argv[2:])
else: else:
main(sys.argv[1:]) main(sys.argv[1:])

View File

@ -62,4 +62,3 @@ formatter = generic
[formatter_generic] [formatter_generic]
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %H:%M:%S datefmt = %H:%M:%S

View File

@ -36,4 +36,3 @@ app = Application([
(r"/", MainHandler), (r"/", MainHandler),
(r"/longpoll", LongPollHandler) (r"/longpoll", LongPollHandler)
]) ])

View File

@ -443,4 +443,3 @@ def app(environ, start_response):
return [data] return [data]
else: else:
return wsapp(environ, start_response) return wsapp(environ, start_response)

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -58,4 +58,3 @@ def test_readline_buffer_loaded_with_size():
t.eq(body.readline(2), b"\n") t.eq(body.readline(2), b"\n")
t.eq(body.readline(2), b"de") t.eq(body.readline(2), b"de")
t.eq(body.readline(2), b"f") t.eq(body.readline(2), b"f")