mercurial/url.py
changeset 13177 04c8f3787546
parent 13164 b75fc70f0a9f
child 13184 f16b3b1a2234
--- a/mercurial/url.py	Mon Dec 20 12:09:00 2010 -0600
+++ b/mercurial/url.py	Mon Dec 20 12:12:18 2010 -0600
@@ -546,7 +546,7 @@
                               self.host)
             else:
                 self.ui.warn(_("warning: %s certificate not verified "
-                               "(check web.cacerts config setting)\n") % 
+                               "(check web.cacerts config setting)\n") %
                              self.host)
                 httplib.HTTPSConnection.connect(self)