diff mercurial/posix.py @ 8219:21cf74ff2deb

whitespace cleanup
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 27 Apr 2009 09:12:07 +0200 (2009-04-27)
parents c289c3fc5985
children 46293a0c7e9f
line wrap: on
line diff
--- a/mercurial/posix.py
+++ b/mercurial/posix.py
@@ -53,7 +53,7 @@
         if pf[0] == '`':
             pf = pf[1:-1] # Remove the quotes
     else:
-       if pf.startswith("'") and pf.endswith("'") and " " in pf:
+        if pf.startswith("'") and pf.endswith("'") and " " in pf:
             pf = pf[1:-1] # Remove the quotes
     return pf