[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Normalize whitespace



Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv25653/lib/mixminion/server

Modified Files:
	HashLog.py ServerMain.py 
Log Message:
Normalize whitespace

Index: HashLog.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/HashLog.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- HashLog.py	10 Jun 2003 10:40:21 -0000	1.16
+++ HashLog.py	12 Jun 2003 04:07:53 -0000	1.17
@@ -70,7 +70,7 @@
             for fn in os.listdir(parent):
                 if fn.startswith(prefix1) or fn.startswith(prefix2):
                     files.append(os.path.join(parent, fn))
-        remove = [f for f in remove if os.path.exists(f)]                
+        remove = [f for f in remove if os.path.exists(f)]
         secureDelete(remove, blocking=1)
     finally:
         _HASHLOG_DICT_LOCK.release()

Index: ServerMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerMain.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ServerMain.py	10 Jun 2003 14:28:49 -0000	1.78
+++ ServerMain.py	12 Jun 2003 04:07:54 -0000	1.79
@@ -1023,7 +1023,7 @@
         print "Obsolete command. Use 'mixminion server-start' instead."
 
     config = configFromServerArgs(cmd, args, _SERVER_START_USAGE)
-    checkHomedirVersion(config)    
+    checkHomedirVersion(config)
     try:
         # Configure the log, but delay disabling stderr until the last
         # possible minute; we want to keep echoing to the terminal until