Commit c3b46d5d authored by Terry Jan Reedy's avatar Terry Jan Reedy

whitespace

parent c6927f62
...@@ -112,7 +112,7 @@ class HyperParser: ...@@ -112,7 +112,7 @@ class HyperParser:
If it is not surrounded by brackets, or the end of line comes If it is not surrounded by brackets, or the end of line comes
before the closing bracket and mustclose is True, returns None. before the closing bracket and mustclose is True, returns None.
""" """
bracketinglevel = self.bracketing[self.indexbracket][1] bracketinglevel = self.bracketing[self.indexbracket][1]
before = self.indexbracket before = self.indexbracket
while (not self.isopener[before] or while (not self.isopener[before] or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment