test-url: remove trailing whitespace
authorAugie Fackler <durin42@gmail.com>
Tue, 12 Oct 2010 11:02:05 -0500
changeset 12724 66e7ba85585b
parent 12723 eaa09d25e7c6
child 12725 24f16c2c6d41
test-url: remove trailing whitespace
tests/test-url.py
--- a/tests/test-url.py	Tue Oct 12 12:49:23 2010 +0100
+++ b/tests/test-url.py	Tue Oct 12 11:02:05 2010 -0500
@@ -9,7 +9,7 @@
 
 from mercurial.url import _verifycert
 
-# Test non-wildcard certificates        
+# Test non-wildcard certificates
 check(_verifycert(cert('example.com'), 'example.com'),
       None)
 check(_verifycert(cert('example.com'), 'www.example.com'),