summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src
diff options
context:
space:
mode:
authorfedorenko <[email protected]>2022-02-10 16:47:09 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:09 +0300
commit676340c42e269f3070f194d160f42a83a10568d4 (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /contrib/tools/python/src
parentf91848371396ab920d54f1ecf10230b1d6a0fcec (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python/src')
-rw-r--r--contrib/tools/python/src/Include/pyport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/Include/pyport.h b/contrib/tools/python/src/Include/pyport.h
index 2d06486ffba..ad2ff5929aa 100644
--- a/contrib/tools/python/src/Include/pyport.h
+++ b/contrib/tools/python/src/Include/pyport.h
@@ -714,7 +714,7 @@ extern int fdatasync(int);
#endif
#ifdef _PY_PORT_CTYPE_UTF8_ISSUE
-#ifndef __cplusplus
+#ifndef __cplusplus
/* The workaround below is unsafe in C++ because
* the <locale> defines these symbols as real functions,
* with a slightly different signature.
@@ -737,7 +737,7 @@ extern int fdatasync(int);
#undef toupper
#define toupper(c) towupper(btowc(c))
#endif
-#endif
+#endif
/* Declarations for symbol visibility.