Fix comments over-indentation

This commit is contained in:
Clenimar Filemon 2016-10-27 11:09:36 -03:00
parent 47b417db28
commit f3fc958a0c

View File

@ -46,7 +46,6 @@ class HttpProtocol(asyncio.Protocol):
self._timeout_handler = None self._timeout_handler = None
# -------------------------------------------- # # -------------------------------------------- #
# Connection # Connection
# -------------------------------------------- # # -------------------------------------------- #
@ -65,7 +64,6 @@ class HttpProtocol(asyncio.Protocol):
self.bail_out("Request timed out, connection closed") self.bail_out("Request timed out, connection closed")
# -------------------------------------------- # # -------------------------------------------- #
# Parsing # Parsing
# -------------------------------------------- # # -------------------------------------------- #