[Zope3-checkins] CVS: Zope3/src/zope/app/vfs/content/image - image.py:1.1.2.2

Tim Peters tim.one@comcast.net
Tue, 24 Dec 2002 21:21:26 -0500


Update of /cvs-repository/Zope3/src/zope/app/vfs/content/image
In directory cvs.zope.org:/tmp/cvs-serv19240/src/zope/app/vfs/content/image

Modified Files:
      Tag: NameGeddon-branch
	image.py 
Log Message:
Whitespace normalization, via Python's Tools/scripts/reindent.py.  The
files are fixed-points of that script now.  Fixed a few cases where
code relied on significant trailing whitespace (ouch).


=== Zope3/src/zope/app/vfs/content/image/image.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/vfs/content/image/image.py:1.1.2.1	Mon Dec 23 14:32:37 2002
+++ Zope3/src/zope/app/vfs/content/image/image.py	Tue Dec 24 21:20:55 2002
@@ -36,7 +36,6 @@
         except:
             pass
         content.setData(instream.read())
-        
+
         publish(self.context, ObjectCreatedEvent(content))
         return self.context.add(content)
-