Fixing clang-format oversight.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-01-15 15:49:38 -08:00
parent f4c27c34e8
commit 8d18c1e121

View File

@ -184,8 +184,7 @@ struct type_caster<mpty> : smart_holder_type_caster_load<mpty> {
// type_caster_base END
// Originally type_caster_generic::cast.
PYBIND11_NOINLINE static handle cast_const_raw_ptr(
const void *_src,
PYBIND11_NOINLINE static handle cast_const_raw_ptr(const void *_src,
return_value_policy policy,
handle parent,
const detail::type_info *tinfo,