Skip to content

Commit 7a94406

Browse files
style: pre-commit fixes
1 parent 3b14721 commit 7a94406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/pybind11/detail/internals.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ struct type_info {
278278
#endif
279279

280280
#if PY_VERSION_HEX < 0x03090000
281-
# define PYBIND11_INTERPRETER_STATE_GET _PyInterpreterState_Get
281+
# define PYBIND11_INTERPRETER_STATE_GET _PyInterpreterState_Get
282282
#else
283-
# define PYBIND11_INTERPRETER_STATE_GET PyInterpreterState_Get
283+
# define PYBIND11_INTERPRETER_STATE_GET PyInterpreterState_Get
284284
#endif
285285

286286
#define PYBIND11_INTERNALS_ID \

0 commit comments

Comments
 (0)