Pure clang-format cleanup (after #2904), NO other changes.

This commit is contained in:
Ralf W. Grosse-Kunstleve
2021-03-17 03:52:43 -07:00
parent 784092dfd2
commit 2ada792085
2 changed files with 9 additions and 6 deletions

View File

@@ -716,7 +716,8 @@ struct smart_holder_type_caster<std::unique_ptr<T, D>> : smart_holder_type_caste
return inst.release();
}
static handle cast(const std::unique_ptr<T, D> &src, return_value_policy policy, handle parent) {
static handle
cast(const std::unique_ptr<T, D> &src, return_value_policy policy, handle parent) {
if (!src)
return none().release();
if (policy == return_value_policy::automatic)