aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src/Include/enumobject.h
diff options
context:
space:
mode:
authornikitozzz <nikitozzz@yandex-team.ru>2022-02-10 16:48:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:21 +0300
commit20fb5622594feb17be2ce26b99ddd6f60a870b3a (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib/tools/python/src/Include/enumobject.h
parent4f75eb4f8565e268d8b66c3a502d9d5afa270139 (diff)
downloadydb-20fb5622594feb17be2ce26b99ddd6f60a870b3a.tar.gz
Restoring authorship annotation for <nikitozzz@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python/src/Include/enumobject.h')
-rw-r--r--contrib/tools/python/src/Include/enumobject.h34
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 c82359f0fe..c14dbfc8c3 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 */