clang-format auto-fix (consequence of master PR #5432).

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-11-07 10:05:12 -08:00
parent dca5623226
commit 85209ea0ce
No known key found for this signature in database

View File

@ -47,7 +47,7 @@ TEST_SUBMODULE(class_sh_disowning, m) {
m.def("mixed", mixed); m.def("mixed", mixed);
m.def("overloaded", (int (*)(std::unique_ptr<Atype<1>>, int)) & overloaded); m.def("overloaded", (int (*)(std::unique_ptr<Atype<1>>, int)) &overloaded);
m.def("overloaded", (int (*)(std::unique_ptr<Atype<2>>, int)) & overloaded); m.def("overloaded", (int (*)(std::unique_ptr<Atype<2>>, int)) &overloaded);
#endif // PYBIND11_SMART_HOLDER_ENABLED #endif // PYBIND11_SMART_HOLDER_ENABLED
} }