aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src
diff options
context:
space:
mode:
authorkakabba <kakabba@yandex-team.ru>2022-02-10 16:46:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:04 +0300
commitc8e3995898c443e78266f7420aac5fb3da15d413 (patch)
treea530e068cc107e227deccc80722204db63a4d75d /contrib/tools/python/src
parent110a978b66fe6c0916572df51cfead2a9b647174 (diff)
downloadydb-c8e3995898c443e78266f7420aac5fb3da15d413.tar.gz
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src')
-rw-r--r--contrib/tools/python/src/config_init.c14
-rw-r--r--contrib/tools/python/src/config_map.c14
2 files changed, 14 insertions, 14 deletions
diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c
index 2fa47000b8..cdb5d15e15 100644
--- a/contrib/tools/python/src/config_init.c
+++ b/contrib/tools/python/src/config_init.c
@@ -51,13 +51,13 @@ extern void init_multiprocessing(void);
extern void initspwd(void);
#endif
-#ifdef _DARWIN_
+#ifdef _DARWIN_
#ifndef __IOS__
-extern void init_multiprocessing(void);
+extern void init_multiprocessing(void);
extern void init_scproxy(void);
+#endif
#endif
-#endif
-
+
#ifdef _CYGWIN_
extern void init_multiprocessing(void);
#endif
@@ -86,7 +86,7 @@ extern void initmsvcrt(void);
extern void init_subprocess(void);
extern void init_winreg(void);
#endif
-
+
#if !defined(_CYGWIN_)
-extern void init_ctypes(void);
-#endif
+extern void init_ctypes(void);
+#endif
diff --git a/contrib/tools/python/src/config_map.c b/contrib/tools/python/src/config_map.c
index 6bfe125ddd..98b5230874 100644
--- a/contrib/tools/python/src/config_map.c
+++ b/contrib/tools/python/src/config_map.c
@@ -51,13 +51,13 @@
{"spwd", initspwd},
#endif
-#ifdef _DARWIN_
+#ifdef _DARWIN_
#ifndef __IOS__
-{"_multiprocessing", init_multiprocessing},
+{"_multiprocessing", init_multiprocessing},
{"_scproxy", init_scproxy},
+#endif
#endif
-#endif
-
+
#ifdef _CYGWIN_
{"_multiprocessing", init_multiprocessing},
#endif
@@ -86,7 +86,7 @@
{"_subprocess", init_subprocess},
{"_winreg", init_winreg},
#endif
-
+
#if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__)
-{"_ctypes", init_ctypes},
-#endif
+{"_ctypes", init_ctypes},
+#endif