mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Cosmetic: fix indentation
This commit is contained in:
parent
73f56830f8
commit
5dc6c5445d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user