diff mercurial/encoding.py @ 12770:614f0d8724ab

check-code: find trailing whitespace
author Martin Geisler <mg@lazybytes.net>
date Wed, 20 Oct 2010 10:13:04 +0200
parents c327bfa5e831
children eddc20306ab6
line wrap: on
line diff
--- a/mercurial/encoding.py	Wed Oct 20 10:07:38 2010 +0200
+++ b/mercurial/encoding.py	Wed Oct 20 10:13:04 2010 +0200
@@ -15,7 +15,7 @@
     for Python 2.7 and up. This is the same corrected code for earlier
     Python versions.
 
-    However, we can't use a version check for this method, as some distributions 
+    However, we can't use a version check for this method, as some distributions
     patch Python to fix this. Instead, we use it as a 'fixer' for the mac-roman
     encoding, as it is unlikely that this encoding is the actually expected.
     '''