Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r87237:434221ac191c
Date: 2016-09-19 22:05 +0200
http://bitbucket.org/pypy/pypy/changeset/434221ac191c/

Log:    untabify

diff --git a/pypy/module/__builtin__/functional.py 
b/pypy/module/__builtin__/functional.py
--- a/pypy/module/__builtin__/functional.py
+++ b/pypy/module/__builtin__/functional.py
@@ -136,7 +136,7 @@
                         "%s() expects at least one argument",
                         implementation_of)
         w_key = None
-       has_default = False
+        has_default = False
         if any_kwds:
             kwds = args.keywords
             for n in range(len(kwds)):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to