Whitespace normalization.

This commit is contained in:
Tim Peters 2004-08-20 03:47:14 +00:00
parent 8d7626c23f
commit a45cacfc1c
7 changed files with 17 additions and 17 deletions

View file

@ -372,7 +372,7 @@ class CodeGenerator:
ndecorators = len(node.decorators.nodes)
else:
ndecorators = 0
gen = self.FunctionGen(node, self.scopes, isLambda,
self.class_name, self.get_module())
walk(node.code, gen)