Author: Wim Lavrijsen <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to