diff mercurial/strutil.py @ 7190:aecea6934fdd

Some additional space/tab cleanups
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 20 Oct 2008 15:19:05 +0200
parents 380fda3eed13
children b7cdfa2527be
line wrap: on
line diff
--- a/mercurial/strutil.py	Mon Oct 20 14:58:49 2008 +0200
+++ b/mercurial/strutil.py	Mon Oct 20 15:19:05 2008 +0200
@@ -37,5 +37,5 @@
     try:
         return s.rsplit(sep, maxsplit)
     except AttributeError:
-        return  [chunk[::-1] for chunk in
-                 s[::-1].split(sep, maxsplit)[::-1]]
+        return [chunk[::-1] for chunk in
+                s[::-1].split(sep, maxsplit)[::-1]]