Whitespace normalization.

This commit is contained in:
Tim Peters 2005-03-28 01:08:02 +00:00
parent 700f36c752
commit eba28bea9b
14 changed files with 28 additions and 30 deletions

View file

@ -665,7 +665,7 @@ class ExFileObject(object):
if not result:
raise StopIteration
return result
#class ExFileObject
#------------------