aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools
diff options
context:
space:
mode:
authoranna-velichko <anna-velichko@yandex-team.ru>2022-02-10 16:46:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:26 +0300
commit7fc7764db59108cf26ab84c5a5d87a4a28d23c17 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/tools
parentd81ae1c65a66c97b8ade466f91df275003d758b9 (diff)
downloadydb-7fc7764db59108cf26ab84c5a5d87a4a28d23c17.tar.gz
Restoring authorship annotation for <anna-velichko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools')
-rw-r--r--contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled10
-rw-r--r--contrib/tools/python/src/Include/pyconfig.win32.h14
2 files changed, 12 insertions, 12 deletions
diff --git a/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled b/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled
index be7f5cbbe5..35ff0479f4 100644
--- a/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled
+++ b/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled
@@ -38,11 +38,11 @@
#ifndef _MSC_STDINT_H_
#if _MSC_VER >= 1600
-# ifndef __clang__
-# include <../include/stdint.h>
-# else
-# include_next <stdint.h>
-# endif
+# ifndef __clang__
+# include <../include/stdint.h>
+# else
+# include_next <stdint.h>
+# endif
#endif
#ifndef _MSC_STDINT_H_
diff --git a/contrib/tools/python/src/Include/pyconfig.win32.h b/contrib/tools/python/src/Include/pyconfig.win32.h
index 09f61e2a65..3640ccd81a 100644
--- a/contrib/tools/python/src/Include/pyconfig.win32.h
+++ b/contrib/tools/python/src/Include/pyconfig.win32.h
@@ -114,8 +114,8 @@ WIN32 is still required for the locale module.
*/
#define _Py_PASTE_VERSION(SUFFIX) \
("[MSC v." _Py_STRINGIZE(_MSC_VER) " " SUFFIX "]")
-
-#ifndef __clang__
+
+#ifndef __clang__
/* e.g., this produces, after compile-time string catenation,
* ("[MSC v.1200 32 bit (Intel)]")
*
@@ -130,11 +130,11 @@ WIN32 is still required for the locale module.
#define _Py_STRINGIZE1(X) _Py_STRINGIZE2 ## X
#define _Py_STRINGIZE2(X) #X
-#else
-#define _Py_STRINGIZE(X) _Py_STRINGIZE1(X)
-#define _Py_STRINGIZE1(X) #X
-#endif
-
+#else
+#define _Py_STRINGIZE(X) _Py_STRINGIZE1(X)
+#define _Py_STRINGIZE1(X) #X
+#endif
+
/* MSVC defines _WINxx to differentiate the windows platform types
Note that for compatibility reasons _WIN32 is defined on Win32