[Zodb-checkins] CVS: Zope/lib/python/zdaemon/tests - testDaemon.py:1.3

Martijn Pieters mj@zope.com
Wed, 14 Aug 2002 18:12:53 -0400


Update of /cvs-repository/Zope/lib/python/zdaemon/tests
In directory cvs.zope.org:/tmp/cvs-serv21614/tests

Modified Files:
	testDaemon.py 
Log Message:
Clean up indentation and trailing whitespace.


=== Zope/lib/python/zdaemon/tests/testDaemon.py 1.2 => 1.3 ===
--- Zope/lib/python/zdaemon/tests/testDaemon.py:1.2	Thu Apr 25 15:48:31 2002
+++ Zope/lib/python/zdaemon/tests/testDaemon.py	Wed Aug 14 18:12:52 2002
@@ -17,7 +17,7 @@
         os.kill(os.getpid(), signal.SIGKILL)
     elif arg == "exit":
         os._exit(2)
-    os._exit(0)    
+    os._exit(0)
 
 # The rest is unittest stuff that can be run by testrunner.py.
 
@@ -78,5 +78,3 @@
         return unittest.makeSuite(DaemonTest)
     else:
         return None
-
-