aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.ru>2022-02-10 16:47:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:13 +0300
commitb49848d6e361b76904f094b7d5e10d6edea75afe (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /contrib/libs/cxxsupp
parentbcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff)
downloadydb-b49848d6e361b76904f094b7d5e10d6edea75afe.tar.gz
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp')
-rw-r--r--contrib/libs/cxxsupp/openmp/kmp_utility.c8
-rw-r--r--contrib/libs/cxxsupp/openmp/ya.make4
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/cxxsupp/openmp/kmp_utility.c b/contrib/libs/cxxsupp/openmp/kmp_utility.c
index 860111cc66..c777d7dc0c 100644
--- a/contrib/libs/cxxsupp/openmp/kmp_utility.c
+++ b/contrib/libs/cxxsupp/openmp/kmp_utility.c
@@ -19,10 +19,10 @@
#include <float.h>
#include "kmp_i18n.h"
-#include <util/system/types.h>
-
-const char* CpuBrand(ui32 store[12]) noexcept; //defined in <util/system/cpu_id.h>
-
+#include <util/system/types.h>
+
+const char* CpuBrand(ui32 store[12]) noexcept; //defined in <util/system/cpu_id.h>
+
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make
index 969a4f4825..2c64468375 100644
--- a/contrib/libs/cxxsupp/openmp/ya.make
+++ b/contrib/libs/cxxsupp/openmp/ya.make
@@ -39,8 +39,8 @@ COMPILE_C_AS_CXX()
CXXFLAGS(-fno-exceptions)
-SET_APPEND(CFLAGS -fno-lto)
-
+SET_APPEND(CFLAGS -fno-lto)
+
ADDINCL(
GLOBAL contrib/libs/cxxsupp/openmp
)