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