Author: Vincent Legoll <vincent.leg...@idgrilles.fr> Branch: small-cleanups-misc Changeset: r81358:39f43b29dfff Date: 2015-12-14 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/39f43b29dfff/
Log: Fix whitespace diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py --- a/rpython/annotator/unaryop.py +++ b/rpython/annotator/unaryop.py @@ -441,7 +441,7 @@ def dict_contains(s_dct, s_element, position): s_dct.dictdef.generalize_key(s_element) if s_dct._is_empty(position): - s_bool =SomeBool() + s_bool = SomeBool() s_bool.const = False return s_bool return s_Bool _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit