mercurial/lock.py
changeset 515 03f27b1381f9
parent 503 c6a2e41c8c60
child 704 5ca319a641e1
child 705 574869103985
--- a/mercurial/lock.py
+++ b/mercurial/lock.py
@@ -31,7 +31,7 @@ class lock:
                     time.sleep(1)
                     continue
                 raise inst
-        
+
     def trylock(self):
         pid = os.getpid()
         try: