[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/browser - form.py:1.12

Steve Alexander steve@cat-box.net
Fri, 20 Jun 2003 02:42:44 -0400


Update of /cvs-repository/Zope3/src/zope/app/interfaces/browser
In directory cvs.zope.org:/tmp/cvs-serv28976/src/zope/app/interfaces/browser

Modified Files:
	form.py 
Log Message:
removed excess whitespace


=== Zope3/src/zope/app/interfaces/browser/form.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/interfaces/browser/form.py:1.11	Wed Jun 18 10:50:47 2003
+++ Zope3/src/zope/app/interfaces/browser/form.py	Fri Jun 20 02:42:44 2003
@@ -66,7 +66,7 @@
         The default implementation returns self.context.add(content),
         i.e. it delegates to the IAdding view.
         """
-    
+
     def nextURL():
         """Return the URL to be displayed after the add operation.