mercurial/lock.py
changeset 515 03f27b1381f9
parent 503 c6a2e41c8c60
child 704 5ca319a641e1
child 705 574869103985
--- a/mercurial/lock.py	Tue Jun 28 11:06:25 2005 -0800
+++ b/mercurial/lock.py	Wed Jun 29 10:42:35 2005 -0800
@@ -31,7 +31,7 @@
                     time.sleep(1)
                     continue
                 raise inst
-        
+
     def trylock(self):
         pid = os.getpid()
         try: