summaryrefslogtreecommitdiff
path: root/Lib/dis.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-08-23 18:19:30 +0000
committerTim Peters <tim.peters@gmail.com>2002-08-23 18:19:30 +0000
commit280488b9a3b5cc213d01aae794751b89144f8609 (patch)
treeb7f11d73232fe9cd918e2a37ad000adfc8162cd8 /Lib/dis.py
parentfa8dd5f40781d8670824d8ec94e37e4f6e075135 (diff)
downloadcpython-git-280488b9a3b5cc213d01aae794751b89144f8609.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/dis.py')
-rw-r--r--Lib/dis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dis.py b/Lib/dis.py
index a1cc215f98..4257729c2f 100644
--- a/Lib/dis.py
+++ b/Lib/dis.py
@@ -68,7 +68,7 @@ def disassemble(co, lasti=-1):
table_index += 1
addr = 0
line_incr = 0
-
+
labels = findlabels(code)
n = len(code)
i = 0