whitespace

This commit is contained in:
Hans Dembinski
2018-03-28 17:03:18 +02:00
parent e82284be99
commit dab9c94c6f

View File

@@ -292,7 +292,7 @@ void register_axis_types() {
.def("__init__", make_constructor(regular_init<bha::transform::x>, \
default_call_policies(), \
(arg("bin"), arg("lower"), arg("upper"), \
arg("label") = "", arg("uoflow") = true))) \
arg("label") = "", arg("uoflow") = true))) \
.def(axis_suite<bha::regular<double, bha::transform::x>>())
BOOST_HISTOGRAM_PYTHON_REGULAR_CLASS(log);