From d23ed020abf494a046b499cdce1c0957cd5b4783 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 21 May 2007 20:45:13 +0000 Subject: Whitespace cleanup. --- src/python/pyutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/python/pyutils.h') diff --git a/src/python/pyutils.h b/src/python/pyutils.h index 216af8b7..41bbbfde 100644 --- a/src/python/pyutils.h +++ b/src/python/pyutils.h @@ -62,10 +62,10 @@ struct register_optional_to_python : public boost::noncopyable { return boost::python::incref (value ? boost::python::to_python_value()(*value) : - boost::python::detail::none()); + boost::python::detail::none()); } }; - + struct optional_from_python { static void * convertible(PyObject * source) -- cgit v1.2.3