Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r59137:8afe689677da
Date: 2012-11-29 14:10 -0800
http://bitbucket.org/pypy/pypy/changeset/8afe689677da/

Log:    whitespace

diff --git a/pypy/module/__builtin__/compiling.py 
b/pypy/module/__builtin__/compiling.py
--- a/pypy/module/__builtin__/compiling.py
+++ b/pypy/module/__builtin__/compiling.py
@@ -139,7 +139,7 @@
         # metaclass, or possible metaclass conflicts
         from pypy.objspace.std.typetype import _calculate_metaclass
         w_meta = _calculate_metaclass(space, w_meta, bases_w)
-    
+
     try:
         w_prep = space.getattr(w_meta, space.wrap("__prepare__"))
     except OperationError, e:
@@ -148,7 +148,7 @@
         w_namespace = space.newdict()
     else:
         keywords = kwds_w.keys()
-        args = Arguments(space, 
+        args = Arguments(space,
                          args_w=[w_name, w_bases],
                          keywords=keywords,
                          keywords_w=kwds_w.values())
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to