diff options
| author | Tim Peters <tim.peters@gmail.com> | 2003-01-29 03:49:43 (GMT) | 
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2003-01-29 03:49:43 (GMT) | 
| commit | 2c60f7a13697bbc19c4d5ef0b052c34cf1848244 (patch) | |
| tree | 7e33cdc40b1e60ad8729008f344bb8849e1373e1 /Lib/pickletools.py | |
| parent | c0c12b57070a5b494662bebc418e3958bf5bdbee (diff) | |
| download | cpython-2c60f7a13697bbc19c4d5ef0b052c34cf1848244.zip cpython-2c60f7a13697bbc19c4d5ef0b052c34cf1848244.tar.gz cpython-2c60f7a13697bbc19c4d5ef0b052c34cf1848244.tar.bz2  | |
Whitespace normalization.
Diffstat (limited to 'Lib/pickletools.py')
| -rw-r--r-- | Lib/pickletools.py | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 183db10..4f72923 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -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  | 
