[pypy-commit] pypy reflex-support: code convention fix

wlav noreply at buildbot.pypy.org
Fri Sep 20 08:36:34 CEST 2013


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r67016:52bbec630c1f
Date: 2013-09-17 14:07 -0700
http://bitbucket.org/pypy/pypy/changeset/52bbec630c1f/

Log:	code convention fix

diff --git a/pypy/module/cppyy/test/test_cint.py b/pypy/module/cppyy/test/test_cint.py
--- a/pypy/module/cppyy/test/test_cint.py
+++ b/pypy/module/cppyy/test/test_cint.py
@@ -482,7 +482,7 @@
 
         def pygaus(x, par):
             arg1 = 0
-            scale1 =0
+            scale1 = 0
             ddx = 0.01
 
             if (par[2] != 0.0):


More information about the pypy-commit mailing list