mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
style: pre-commit fixes
This commit is contained in:
parent
3b1472174e
commit
7a944063e1
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user