Skip to content

Commit 87d619e

Browse files
committed
fixup comments
[SVN r15519]
1 parent f4aa723 commit 87d619e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/converter/from_python.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ BOOST_PYTHON_DECL void void_result_from_python(PyObject* o)
257257
Py_DECREF(expect_non_null(o));
258258
}
259259

260-
}
260+
} // namespace boost::python::converter
261261

262262
BOOST_PYTHON_DECL PyObject*
263263
pytype_check(PyTypeObject* type_, PyObject* source)
@@ -277,4 +277,4 @@ pytype_check(PyTypeObject* type_, PyObject* source)
277277
return source;
278278
}
279279

280-
}} // namespace boost::python::converter
280+
}} // namespace boost::python

0 commit comments

Comments
 (0)