mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
fixup comments
[SVN r15519]
This commit is contained in:
@@ -257,7 +257,7 @@ BOOST_PYTHON_DECL void void_result_from_python(PyObject* o)
|
||||
Py_DECREF(expect_non_null(o));
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace boost::python::converter
|
||||
|
||||
BOOST_PYTHON_DECL PyObject*
|
||||
pytype_check(PyTypeObject* type_, PyObject* source)
|
||||
@@ -277,4 +277,4 @@ pytype_check(PyTypeObject* type_, PyObject* source)
|
||||
return source;
|
||||
}
|
||||
|
||||
}} // namespace boost::python::converter
|
||||
}} // namespace boost::python
|
||||
|
||||
Reference in New Issue
Block a user