diff options
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/pindent.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/pindent.py b/Tools/scripts/pindent.py index 39cdcc8..89ed9e6 100755 --- a/Tools/scripts/pindent.py +++ b/Tools/scripts/pindent.py @@ -238,6 +238,7 @@ class PythonIndenter: self.indentsize = 1 stack = [] todo = [] + thisid = '' current, firstkw, lastkw, topid = 0, '', '', '' while 1: line = self.getline() |