Commit 5dc6c544 by Ivan Smirnov

Cosmetic: fix indentation

parent 73f56830
......@@ -224,8 +224,7 @@ struct field_descriptor {
};
template <typename T>
struct npy_format_descriptor<T, typename std::enable_if<is_pod_struct<T>::value>::type>
{
struct npy_format_descriptor<T, typename std::enable_if<is_pod_struct<T>::value>::type> {
static PYBIND11_DESCR name() { return _("user-defined"); }
static object dtype() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment