diff mercurial/util.py @ 1810:7596611ab3d5

Whitespace, tab and formatting cleanups, mainly in mq.py
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 28 Feb 2006 23:25:34 +0100
parents ae61937c61c5
children 4ced57680ce7
line wrap: on
line diff
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -179,7 +179,7 @@ def canonpath(root, cwd, myname):
     if root == os.sep:
         rootsep = os.sep
     else:
-    	rootsep = root + os.sep
+        rootsep = root + os.sep
     name = myname
     if not name.startswith(os.sep):
         name = os.path.join(root, cwd, name)