Cosmetic: fix indentation

This commit is contained in:
Ivan Smirnov 2016-06-27 15:47:51 +01:00
parent 73f56830f8
commit 5dc6c5445d

View File

@ -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() {