mercurial/localrepo.py
changeset 3215 53e843840349
parent 3197 ff15ba23c1cf
child 3241 a184cd0c2db9
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1760,6 +1760,6 @@ def aftertrans(base):
 
 def instance(ui, path, create):
     return localrepository(ui, util.drop_scheme('file', path), create)
-    
+
 def islocal(path):
     return True