Mercurial > hg
diff mercurial/url.py @ 12770:614f0d8724ab
check-code: find trailing whitespace
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 20 Oct 2010 10:13:04 +0200 |
parents | 6ab4a7d3c179 |
children | 9d6adddc8eea |
line wrap: on
line diff
--- a/mercurial/url.py Wed Oct 20 10:07:38 2010 +0200 +++ b/mercurial/url.py Wed Oct 20 10:13:04 2010 +0200 @@ -489,7 +489,7 @@ def _verifycert(cert, hostname): '''Verify that cert (in socket.getpeercert() format) matches hostname. CRLs and subjectAltName are not handled. - + Returns error message if any problems are found and None on success. ''' if not cert: