From 87d619e02af3ffa89179e08d0ea344a80ac5eae8 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 26 Sep 2002 00:15:09 +0000 Subject: [PATCH] fixup comments [SVN r15519] --- src/converter/from_python.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/converter/from_python.cpp b/src/converter/from_python.cpp index ade39a21..b6ce54ff 100644 --- a/src/converter/from_python.cpp +++ b/src/converter/from_python.cpp @@ -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