diff options
author | danlark <danlark@yandex-team.ru> | 2022-02-10 16:46:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:08 +0300 |
commit | 3426a9bc7f169ae9da54cef557ad2a33f6e8eee0 (patch) | |
tree | 26154e1e9990f1bb4525d3e3fb5b6dac2c2c1da2 /contrib/python/cffi/c/libffi_msvc | |
parent | cb68f224c46a8ee52ac3fdd2a32534b8bb8dc134 (diff) | |
download | ydb-3426a9bc7f169ae9da54cef557ad2a33f6e8eee0.tar.gz |
Restoring authorship annotation for <danlark@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/cffi/c/libffi_msvc')
-rw-r--r-- | contrib/python/cffi/c/libffi_msvc/ffi.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/python/cffi/c/libffi_msvc/ffi.c b/contrib/python/cffi/c/libffi_msvc/ffi.c index 581d659982..951e78485b 100644 --- a/contrib/python/cffi/c/libffi_msvc/ffi.c +++ b/contrib/python/cffi/c/libffi_msvc/ffi.c @@ -40,10 +40,10 @@ extern void Py_FatalError(const char *msg); void ffi_prep_args(char *stack, extended_cif *ecif) /*@=exportheader@*/ { - unsigned int i; - void **p_argv; - char *argp; - ffi_type **p_arg; + unsigned int i; + void **p_argv; + char *argp; + ffi_type **p_arg; argp = stack; if (ecif->cif->flags == FFI_TYPE_STRUCT) @@ -354,10 +354,10 @@ ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, void **avalue, ffi_cif *cif) /*@=exportheader@*/ { - unsigned int i; - void **p_argv; - char *argp; - ffi_type **p_arg; + unsigned int i; + void **p_argv; + char *argp; + ffi_type **p_arg; argp = stack; |