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

wlav noreply at buildbot.pypy.org
Sat Apr 6 01:29:04 CEST 2013


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r63073:b440e97a9581
Date: 2013-04-05 15:39 -0700
http://bitbucket.org/pypy/pypy/changeset/b440e97a9581/

Log:	coding convention fix

diff --git a/pypy/module/cppyy/src/reflexcwrapper.cxx b/pypy/module/cppyy/src/reflexcwrapper.cxx
--- a/pypy/module/cppyy/src/reflexcwrapper.cxx
+++ b/pypy/module/cppyy/src/reflexcwrapper.cxx
@@ -620,7 +620,7 @@
 }
 
 void cppyy_assign2stdstring(cppyy_object_t ptr, const char* str) {
-   *((std::string*)ptr) = str;
+    *((std::string*)ptr) = str;
 }
 
 void cppyy_free_stdstring(cppyy_object_t ptr) {


More information about the pypy-commit mailing list