mirror of
https://github.com/python/cpython.git
synced 2025-10-05 14:41:07 +00:00
Fix trailing whitespaces in C and Python files. (#4131)
This commit is contained in:
parent
2b5cbbb13c
commit
d94ef8fe94
6 changed files with 9 additions and 9 deletions
|
@ -231,7 +231,7 @@ if check_impl_detail(cpython=True) and ctypes is not None:
|
|||
SetExtra.restype = ctypes.c_int
|
||||
|
||||
GetExtra = py._PyCode_GetExtra
|
||||
GetExtra.argtypes = (ctypes.py_object, ctypes.c_ssize_t,
|
||||
GetExtra.argtypes = (ctypes.py_object, ctypes.c_ssize_t,
|
||||
ctypes.POINTER(ctypes.c_voidp))
|
||||
GetExtra.restype = ctypes.c_int
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue