mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-01 12:40:57 +08:00
Cosmetic: fix indentation
This commit is contained in:
parent
73f56830f8
commit
5dc6c5445d
@ -224,8 +224,7 @@ struct field_descriptor {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
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 PYBIND11_DESCR name() { return _("user-defined"); }
|
||||||
|
|
||||||
static object dtype() {
|
static object dtype() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user