Remove a bunch more trailing whitespace.

(imported from commit 5d1cc8dcb0b26eaf95ddca26574b361b6948cdb8)
This commit is contained in:
Tim Abbott
2012-09-05 11:23:58 -04:00
parent fe43dc008f
commit 20215eef86
3 changed files with 19 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ def asynchronous(method):
try:
v = method(request, request._tornado_handler, *args, **kwargs)
if v == None or type(v) == types.GeneratorType:
raise TornadoAsyncException
raise TornadoAsyncException
except _DefGen_Return, e:
request._tornado_handler.finish(e.value.content)
return v