From 6db15d7307b831766617f6a9700ecc4c75a16081 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 4 Aug 2004 02:36:18 +0000 Subject: Whitespace normalization. --- Lib/compiler/ast.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/compiler/ast.py') diff --git a/Lib/compiler/ast.py b/Lib/compiler/ast.py index a81937f850..6f585b717e 100644 --- a/Lib/compiler/ast.py +++ b/Lib/compiler/ast.py @@ -607,7 +607,7 @@ class GenExpr(Node): self.code = code self.argnames = ['[outmost-iterable]'] self.varargs = self.kwargs = None - + def getChildren(self): @@ -785,7 +785,7 @@ class Lambda(Node): self.varargs = 1 if flags & CO_VARKEYWORDS: self.kwargs = 1 - + def getChildren(self): -- cgit v1.2.1