diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /util/system/src_root.h | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) | |
download | ydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/src_root.h')
-rw-r--r-- | util/system/src_root.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/src_root.h b/util/system/src_root.h index 4f2d9f5ee6..a09ec7b87c 100644 --- a/util/system/src_root.h +++ b/util/system/src_root.h @@ -1,7 +1,7 @@ #pragma once #include "compiler.h" -#include "defaults.h" +#include "defaults.h" #include <type_traits> @@ -29,8 +29,8 @@ namespace NPrivate { #define STATIC_BUF(x) ::NPrivate::TStaticBuf(x, sizeof(x) - 1) - constexpr TStaticBuf ArcRoot = STATIC_BUF(Y_STRINGIZE(ARCADIA_ROOT)); - constexpr TStaticBuf BuildRoot = STATIC_BUF(Y_STRINGIZE(ARCADIA_BUILD_ROOT)); + constexpr TStaticBuf ArcRoot = STATIC_BUF(Y_STRINGIZE(ARCADIA_ROOT)); + constexpr TStaticBuf BuildRoot = STATIC_BUF(Y_STRINGIZE(ARCADIA_BUILD_ROOT)); constexpr Y_FORCE_INLINE bool IsProperPrefix(const TStaticBuf prefix, const TStaticBuf string) noexcept { if (prefix.Len < string.Len) { |