style: pre-commit fixes

This commit is contained in:
pre-commit-ci[bot] 2022-10-28 09:52:23 +00:00
parent 3b1472174e
commit 7a944063e1

View File

@ -278,9 +278,9 @@ struct type_info {
#endif #endif
#if PY_VERSION_HEX < 0x03090000 #if PY_VERSION_HEX < 0x03090000
# define PYBIND11_INTERPRETER_STATE_GET _PyInterpreterState_Get # define PYBIND11_INTERPRETER_STATE_GET _PyInterpreterState_Get
#else #else
# define PYBIND11_INTERPRETER_STATE_GET PyInterpreterState_Get # define PYBIND11_INTERPRETER_STATE_GET PyInterpreterState_Get
#endif #endif
#define PYBIND11_INTERNALS_ID \ #define PYBIND11_INTERNALS_ID \