diff mercurial/commands.py @ 10405:2d30d66a89ad

whitespace cleanup
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 08 Feb 2010 20:51:23 +0100
parents 4612cded5176
children e433002acb05
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Feb 09 14:02:07 2010 +0100
+++ b/mercurial/commands.py	Mon Feb 08 20:51:23 2010 +0100
@@ -1904,7 +1904,7 @@
             return commitid
         finally:
             os.unlink(tmpname)
-        
+
     try:
         wlock = repo.wlock()
         lock = repo.lock()