aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormkolom <mkolom@yandex-team.ru>2022-02-10 16:46:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:07 +0300
commit8dc65930fc86ac0ebd07114f5f5be9e89c65ef8a (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib
parent5cc85744b35577ef3ca2214128c9e0c41927119e (diff)
downloadydb-8dc65930fc86ac0ebd07114f5f5be9e89c65ef8a.tar.gz
Restoring authorship annotation for <mkolom@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/cxxsupp/openmp/omp.h14
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h8
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make8
-rw-r--r--contrib/restricted/abseil-cpp/absl/strings/numbers.h8
-rw-r--r--contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make8
-rw-r--r--contrib/tools/cython/Cython/ya.make4
6 files changed, 25 insertions, 25 deletions
diff --git a/contrib/libs/cxxsupp/openmp/omp.h b/contrib/libs/cxxsupp/openmp/omp.h
index 0511af514e..2dee5600ec 100644
--- a/contrib/libs/cxxsupp/openmp/omp.h
+++ b/contrib/libs/cxxsupp/openmp/omp.h
@@ -114,14 +114,14 @@
extern int __KAI_KMPC_CONVENTION omp_get_team_num (void);
extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void);
-#if 0 // !defined(NORUNTIME) && !defined(USE_STL_SYSTEM)
- // We need to put all possible dependencies to prevent blinking:
- // on all stdlib.h that can be mentioned here within a platform.
-# include <contrib/libs/cxxsupp/libcxx/include/stdlib.h>
-#else
+#if 0 // !defined(NORUNTIME) && !defined(USE_STL_SYSTEM)
+ // We need to put all possible dependencies to prevent blinking:
+ // on all stdlib.h that can be mentioned here within a platform.
+# include <contrib/libs/cxxsupp/libcxx/include/stdlib.h>
+#else
# include <stdlib.h>
-#endif
-
+#endif
+
/* kmp API functions */
extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void);
extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int);
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h
index 2f09cf72a4..ce181d8eb1 100644
--- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h
+++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h
@@ -28,12 +28,12 @@
#endif
#ifdef _Y__SSE4_2__
-#ifdef _MSC_VER
-#include <intrin.h>
-#else
+#ifdef _MSC_VER
+#include <intrin.h>
+#else
#include <x86intrin.h>
#endif
-#endif
+#endif
#include <cstddef>
#include <cstdlib>
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make
index 373f1f4ba9..d7e1dc0c26 100644
--- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make
+++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make
@@ -15,10 +15,10 @@ ADDINCL(
GLOBAL contrib/restricted/abseil-cpp-tstring
)
-IF (OS_DARWIN)
- EXTRALIBS("-framework CoreFoundation")
-ENDIF()
-
+IF (OS_DARWIN)
+ EXTRALIBS("-framework CoreFoundation")
+ENDIF()
+
NO_COMPILER_WARNINGS()
SRCDIR(contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src)
diff --git a/contrib/restricted/abseil-cpp/absl/strings/numbers.h b/contrib/restricted/abseil-cpp/absl/strings/numbers.h
index caba59bcec..899e623c8c 100644
--- a/contrib/restricted/abseil-cpp/absl/strings/numbers.h
+++ b/contrib/restricted/abseil-cpp/absl/strings/numbers.h
@@ -24,12 +24,12 @@
#define ABSL_STRINGS_NUMBERS_H_
#ifdef __SSE4_2__
-#ifdef _MSC_VER
-#include <intrin.h>
-#else
+#ifdef _MSC_VER
+#include <intrin.h>
+#else
#include <x86intrin.h>
#endif
-#endif
+#endif
#include <cstddef>
#include <cstdlib>
diff --git a/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make b/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make
index cd83987d2d..810a0b318c 100644
--- a/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make
+++ b/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make
@@ -12,10 +12,10 @@ ADDINCL(
GLOBAL contrib/restricted/abseil-cpp
)
-IF (OS_DARWIN)
- EXTRALIBS("-framework CoreFoundation")
-ENDIF()
-
+IF (OS_DARWIN)
+ EXTRALIBS("-framework CoreFoundation")
+ENDIF()
+
NO_COMPILER_WARNINGS()
NO_UTIL()
diff --git a/contrib/tools/cython/Cython/ya.make b/contrib/tools/cython/Cython/ya.make
index 35bc4d8e73..f4aacbdf94 100644
--- a/contrib/tools/cython/Cython/ya.make
+++ b/contrib/tools/cython/Cython/ya.make
@@ -2,8 +2,8 @@ PY23_LIBRARY()
OWNER(g:yatool)
-NO_LINT()
-
+NO_LINT()
+
# Minimal set of the files required to support coverage (DEVTOOLS-4095)
PY_SRCS(
__init__.py