aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/src_root.h
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /util/system/src_root.h
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-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.h6
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) {