Whitespace normalization.

This commit is contained in:
Tim Peters 2003-01-29 03:49:43 +00:00
parent c0c12b5707
commit 2c60f7a136
11 changed files with 98 additions and 98 deletions

View file

@ -1859,10 +1859,10 @@ def dis(pickle, out=None, indentlevel=4):
markmsg = None
if markstack and markobject in opcode.stack_before:
assert markobject not in opcode.stack_after
markpos = markstack.pop()
if markpos is not None:
markmsg = "(MARK at %d)" % markpos
assert markobject not in opcode.stack_after
markpos = markstack.pop()
if markpos is not None:
markmsg = "(MARK at %d)" % markpos
if arg is not None or markmsg:
# make a mild effort to align arguments