[Zope-Checkins] CVS: ZODB3/zdaemon - zdoptions.py:1.22.18.1 zdrun.py:1.13.18.1

Tim Peters tim.one@comcast.net
Tue, 1 Jul 2003 16:57:25 -0400


Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv9924/zdaemon

Modified Files:
      Tag: zodb33-devel-branch
	zdoptions.py zdrun.py 
Log Message:
Whitespace normalization.


=== ZODB3/zdaemon/zdoptions.py 1.22 => 1.22.18.1 ===
--- ZODB3/zdaemon/zdoptions.py:1.22	Thu Feb 20 10:36:53 2003
+++ ZODB3/zdaemon/zdoptions.py	Tue Jul  1 16:57:23 2003
@@ -118,7 +118,7 @@
         add(name, confname)
             Configuration option 'confname' maps to attribute 'name'
         add(name, None, short, long)
-            Command line option '-short' or '--long' maps to 'name' 
+            Command line option '-short' or '--long' maps to 'name'
         add(None, None, short, long, handler)
             Command line option calls handler
         add(name, None, short, long, handler)


=== ZODB3/zdaemon/zdrun.py 1.13 => 1.13.18.1 ===
--- ZODB3/zdaemon/zdrun.py:1.13	Mon Jan 27 11:21:42 2003
+++ ZODB3/zdaemon/zdrun.py	Tue Jul  1 16:57:23 2003
@@ -563,7 +563,7 @@
                        "backoff=%r\n" % self.backoff +
                        "lasttime=%r\n" % self.proc.lasttime +
                        "application=%r\n" % self.proc.pid +
-                       "manager=%r\n" % os.getpid() + 
+                       "manager=%r\n" % os.getpid() +
                        "backofflimit=%r\n" % self.options.backofflimit +
                        "filename=%r\n" % self.proc.filename +
                        "args=%r\n" % self.proc.args)
@@ -631,7 +631,7 @@
 
 def decode_wait_status(sts):
     """Decode the status returned by wait() or waitpid().
-    
+
     Return a tuple (exitstatus, message) where exitstatus is the exit
     status, or -1 if the process was killed by a signal; and message
     is a message telling what happened.  It is the caller's