diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-10-03 17:04:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 17:04:38 (GMT) |
commit | e9ce081ec7fe6f45059e1de93952ad53e9c3aa74 (patch) | |
tree | 6ff80dd4a3ce34acdc08b05f4640bc98a5beb0a2 /Include | |
parent | d211e87307bb2a0b80e0a489501e892e61d879fc (diff) | |
download | cpython-e9ce081ec7fe6f45059e1de93952ad53e9c3aa74.zip cpython-e9ce081ec7fe6f45059e1de93952ad53e9c3aa74.tar.gz cpython-e9ce081ec7fe6f45059e1de93952ad53e9c3aa74.tar.bz2 |
[3.9] Remove trailing spaces (GH-28710)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/internal/pycore_code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_code.h b/Include/internal/pycore_code.h index 88956f1..a1bd6a0 100644 --- a/Include/internal/pycore_code.h +++ b/Include/internal/pycore_code.h @@ -3,7 +3,7 @@ #ifdef __cplusplus extern "C" { #endif - + typedef struct { PyObject *ptr; /* Cached pointer (borrowed reference) */ uint64_t globals_ver; /* ma_version of global dict */ |