From: Terry Jan Reedy Date: Mon, 16 Jun 2014 06:40:24 +0000 (-0400) Subject: whitespace X-Git-Tag: v3.4.2rc1~383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c1ea42f76e19dc3d04238c29cdd14a7ce39899;p=python whitespace --- diff --git a/Lib/idlelib/HyperParser.py b/Lib/idlelib/HyperParser.py index 19e4977f7c..bd92807af8 100644 --- a/Lib/idlelib/HyperParser.py +++ b/Lib/idlelib/HyperParser.py @@ -112,7 +112,7 @@ class HyperParser: 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