From 7a944063e1c4ea4dd35a89ccfc951c2c89553c1a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:52:23 +0000 Subject: [PATCH] style: pre-commit fixes --- include/pybind11/detail/internals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pybind11/detail/internals.h b/include/pybind11/detail/internals.h index 37ed711d5..645109ed7 100644 --- a/include/pybind11/detail/internals.h +++ b/include/pybind11/detail/internals.h @@ -278,9 +278,9 @@ struct type_info { #endif #if PY_VERSION_HEX < 0x03090000 -# define PYBIND11_INTERPRETER_STATE_GET _PyInterpreterState_Get +# define PYBIND11_INTERPRETER_STATE_GET _PyInterpreterState_Get #else -# define PYBIND11_INTERPRETER_STATE_GET PyInterpreterState_Get +# define PYBIND11_INTERPRETER_STATE_GET PyInterpreterState_Get #endif #define PYBIND11_INTERNALS_ID \