[Python-checkins] r62646 - sandbox/trunk/2to3/lib2to3/refactor.py

martin.v.loewis python-checkins at python.org
Fri May 2 23:29:27 CEST 2008


Author: martin.v.loewis
Date: Fri May  2 23:29:27 2008
New Revision: 62646

Log:
Fix whitespace.


Modified:
   sandbox/trunk/2to3/lib2to3/refactor.py

Modified: sandbox/trunk/2to3/lib2to3/refactor.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/refactor.py	(original)
+++ sandbox/trunk/2to3/lib2to3/refactor.py	Fri May  2 23:29:27 2008
@@ -107,7 +107,7 @@
         #   or a type and content -- so they don't get any farther
         # Always return leafs
         return set([pat.type])
-    
+
     if isinstance(pat, pytree.NegatedPattern):
         if pat.content:
             return get_head_types(pat.content)


More information about the Python-checkins mailing list