optimizer autodebugger indenter for memory use

This commit is contained in:
Alon Zakai 2012-02-06 17:30:59 -08:00
Родитель 91b6da47ba
Коммит 94bbef9dc1
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -12,9 +12,7 @@ for i in range(len(lines)):
line = lines[i]
if line.startswith('AD:-2,'):
depth -= 1
lines[i] = (' '*depth) + line
print str(depth) + '|' + line
if line.startswith('AD:-1,'):
depth += 1
print '\n'.join(lines)