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

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


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r67015:cf8cf338d946
Date: 2013-09-16 11:34 -0700
http://bitbucket.org/pypy/pypy/changeset/cf8cf338d946/

Log:	fix coding convention

diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx b/pypy/module/cppyy/src/cintcwrapper.cxx
--- a/pypy/module/cppyy/src/cintcwrapper.cxx
+++ b/pypy/module/cppyy/src/cintcwrapper.cxx
@@ -1003,8 +1003,8 @@
        (double*)G__int(libp->para[0]), fid_and_npar.second ? (double*)G__int(libp->para[1]) : NULL);
 
     // translate result (TODO: error checking)
-    G__letdouble( res, 100, d );
-    return ( 1 || hash || res || libp );
+    G__letdouble(res, 100, d);
+    return (1 || hash || res || libp);
 }
 
 long cppyy_tfn_install(const char* funcname, int npar) {


More information about the pypy-commit mailing list