aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic
diff options
context:
space:
mode:
authorlimburg <limburg@yandex-team.ru>2022-02-10 16:47:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:37 +0300
commit54295b9bd4dc45c54d804084fd846d945148a7f0 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/generic
parentf8250dcf35b79fc52c9e6c6fa3931df9fd4ce472 (diff)
downloadydb-54295b9bd4dc45c54d804084fd846d945148a7f0.tar.gz
Restoring authorship annotation for <limburg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic')
-rw-r--r--util/generic/bitops.h2
-rw-r--r--util/generic/yexception.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/bitops.h b/util/generic/bitops.h
index fe6583a33c..2db15fc59b 100644
--- a/util/generic/bitops.h
+++ b/util/generic/bitops.h
@@ -10,7 +10,7 @@
#include <intrin.h>
#endif
-namespace NBitOps {
+namespace NBitOps {
namespace NPrivate {
template <unsigned N, typename T>
struct TClp2Helper {
diff --git a/util/generic/yexception.cpp b/util/generic/yexception.cpp
index e24c179650..2ce6c4369d 100644
--- a/util/generic/yexception.cpp
+++ b/util/generic/yexception.cpp
@@ -1,5 +1,5 @@
#include "bt_exception.h"
-#include "yexception.h"
+#include "yexception.h"
#include <util/system/backtrace.h>
#include <util/system/type_name.h>