Whitespace normalization. Ran reindent.py over the entire source tree.

This commit is contained in:
Tim Peters 2004-07-18 05:56:09 +00:00
parent 4fba4521e8
commit e6ddc8b20b
62 changed files with 5050 additions and 5061 deletions

View file

@ -88,7 +88,7 @@ class MetaClass:
init = lambda: None
apply(init, args, kw)
return inst
Meta = MetaClass('Meta', (), {})
@ -116,5 +116,3 @@ def _test():
if __name__ == '__main__':
_test()