whitespace

This commit is contained in:
Terry Jan Reedy 2014-06-16 02:40:24 -04:00
parent 3e583307ab
commit d0c1ea42f7

View file

@ -112,7 +112,7 @@ def get_surrounding_brackets(self, openers='([{', mustclose=False):
If it is not surrounded by brackets, or the end of line comes
before the closing bracket and mustclose is True, returns None.
"""
bracketinglevel = self.bracketing[self.indexbracket][1]
before = self.indexbracket
while (not self.isopener[before] or