Whitespace normalization.

This commit is contained in:
Tim Peters 2001-02-21 07:29:48 +00:00
parent edf2210221
commit 0009c4ea59
4 changed files with 4 additions and 5 deletions

View file

@ -24,7 +24,7 @@ except SyntaxError:
print "testing complex args"
def comp_args((a, b)):
print a,b
print a,b
comp_args((1, 2))