From 280488b9a3b5cc213d01aae794751b89144f8609 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 23 Aug 2002 18:19:30 +0000 Subject: Whitespace normalization. --- Lib/dis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/dis.py') 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 -- cgit v1.2.1