diff options
author | nikitozzz <nikitozzz@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
commit | 4f75eb4f8565e268d8b66c3a502d9d5afa270139 (patch) | |
tree | 2c76b778ec0cfc8bae9144470ac2446bb3ac95d2 /contrib/tools/python/src/Include/enumobject.h | |
parent | f5b299c20e4346595c18e9cdcbe3bf1dca2c99a8 (diff) | |
download | ydb-4f75eb4f8565e268d8b66c3a502d9d5afa270139.tar.gz |
Restoring authorship annotation for <nikitozzz@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src/Include/enumobject.h')
-rw-r--r-- | contrib/tools/python/src/Include/enumobject.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/contrib/tools/python/src/Include/enumobject.h b/contrib/tools/python/src/Include/enumobject.h index c14dbfc8c3..c82359f0fe 100644 --- a/contrib/tools/python/src/Include/enumobject.h +++ b/contrib/tools/python/src/Include/enumobject.h @@ -1,17 +1,17 @@ -#ifndef Py_ENUMOBJECT_H -#define Py_ENUMOBJECT_H - -/* Enumerate Object */ - -#ifdef __cplusplus -extern "C" { -#endif - -PyAPI_DATA(PyTypeObject) PyEnum_Type; -PyAPI_DATA(PyTypeObject) PyReversed_Type; - -#ifdef __cplusplus -} -#endif - -#endif /* !Py_ENUMOBJECT_H */ +#ifndef Py_ENUMOBJECT_H +#define Py_ENUMOBJECT_H + +/* Enumerate Object */ + +#ifdef __cplusplus +extern "C" { +#endif + +PyAPI_DATA(PyTypeObject) PyEnum_Type; +PyAPI_DATA(PyTypeObject) PyReversed_Type; + +#ifdef __cplusplus +} +#endif + +#endif /* !Py_ENUMOBJECT_H */ |