From 5c9b849b036200a7700cc300fe1ad348aab7bf4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:57:02 +0000 Subject: [PATCH] style: pre-commit fixes --- include/pybind11/detail/descr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/pybind11/detail/descr.h b/include/pybind11/detail/descr.h index 6418aa8979..be0eb078c8 100644 --- a/include/pybind11/detail/descr.h +++ b/include/pybind11/detail/descr.h @@ -138,7 +138,7 @@ constexpr enable_if_t _(const T1 &d1, const T2 &d2) { return const_name(d1, d2); } -#if defined(PYBIND11_CPP17) +# if defined(PYBIND11_CPP17) template ::value, int>::type = 0> @@ -148,9 +148,9 @@ auto constexpr _() { template ::value, int>::type = 0> -#else +# else template -#endif +# endif auto constexpr _() -> remove_cv_t::digits)> { return const_name(); }