[Zope-CVS] SVN: soap/trunk/publisher.py cleanup whitespace

Fred L. Drake, Jr. fdrake at gmail.com
Mon Jun 20 10:32:05 EDT 2005


Log message for revision 30862:
  cleanup whitespace

Changed:
  U   soap/trunk/publisher.py

-=-
Modified: soap/trunk/publisher.py
===================================================================
--- soap/trunk/publisher.py	2005-06-20 13:13:27 UTC (rev 30861)
+++ soap/trunk/publisher.py	2005-06-20 14:32:05 UTC (rev 30862)
@@ -144,7 +144,7 @@
                 body = premarshal(body)
                 output = StringIO()
                 result = body
-            
+
                 if hasattr(result, 'typecode'):
                     tc = result.typecode
                 else:
@@ -153,7 +153,7 @@
 
                 SoapWriter(output).serialize(result, tc)
                 output.seek(0)
-                
+
                 if not self._status_set:
                     self.setStatus(200)
                 self.setHeader('content-type', 'text/xml')



More information about the Zope-CVS mailing list