mercurial/sshserver.py
changeset 3223 53e843840349
parent 2859 345bac2bc4ec
child 3446 0b450267cf47
--- a/mercurial/sshserver.py	Thu Sep 21 21:24:53 2006 +0200
+++ b/mercurial/sshserver.py	Sun Oct 01 19:26:33 2006 +0200
@@ -124,7 +124,7 @@
     def client_url(self):
         client = os.environ.get('SSH_CLIENT', '').split(' ', 1)[0]
         return 'remote:ssh:' + client
-        
+
     def do_unbundle(self):
         their_heads = self.getarg()[1].split()