aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorkhristich <khristich@yandex-team.ru>2022-02-10 16:50:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:12 +0300
commit52d24beed6b5a0160b2f9f9e8153616392108797 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library
parent4488b6dd6356a10e57c74303b91211469ab2ec34 (diff)
downloadydb-52d24beed6b5a0160b2f9f9e8153616392108797.tar.gz
Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/cpp/logger/global/rty_formater.cpp2
-rw-r--r--library/cpp/sse/sse.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/logger/global/rty_formater.cpp b/library/cpp/logger/global/rty_formater.cpp
index 20c49556ea..305f8470c5 100644
--- a/library/cpp/logger/global/rty_formater.cpp
+++ b/library/cpp/logger/global/rty_formater.cpp
@@ -5,7 +5,7 @@
#include <util/stream/printf.h>
#include <util/system/mem_info.h>
#include <util/system/yassert.h>
-#include <inttypes.h>
+#include <inttypes.h>
#include <cstdio>
namespace {
diff --git a/library/cpp/sse/sse.h b/library/cpp/sse/sse.h
index 6afafb0f37..19bac17de0 100644
--- a/library/cpp/sse/sse.h
+++ b/library/cpp/sse/sse.h
@@ -10,7 +10,7 @@
#include <util/system/platform.h>
-#if (defined(_i386_) || defined(_x86_64_)) && defined(_sse_)
+#if (defined(_i386_) || defined(_x86_64_)) && defined(_sse_)
#include <xmmintrin.h>
#include <emmintrin.h>
#include <pmmintrin.h>