aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc
diff options
context:
space:
mode:
authorrenadeen <renadeen@yandex-team.ru>2022-02-10 16:50:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:48 +0300
commit8e8d08ad14d2bf27a663f9a5ba0a058239942b62 (patch)
tree8d66190950a9076cee8b7d40d0bdb149e5afbb9b /library/cpp/yt/misc
parente55e35630443fbd1ab23fc2734140a9e06509073 (diff)
downloadydb-8e8d08ad14d2bf27a663f9a5ba0a058239942b62.tar.gz
Restoring authorship annotation for <renadeen@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yt/misc')
-rw-r--r--library/cpp/yt/misc/cast-inl.h4
-rw-r--r--library/cpp/yt/misc/guid-inl.h4
-rw-r--r--library/cpp/yt/misc/hash-inl.h4
-rw-r--r--library/cpp/yt/misc/variant-inl.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/yt/misc/cast-inl.h b/library/cpp/yt/misc/cast-inl.h
index 1920b7c0b7..e7eda5d254 100644
--- a/library/cpp/yt/misc/cast-inl.h
+++ b/library/cpp/yt/misc/cast-inl.h
@@ -1,7 +1,7 @@
#ifndef CAST_INL_H_
#error "Direct inclusion of this file is not allowed, include cast.h"
-// For the sake of sane code completion.
-#include "cast.h"
+// For the sake of sane code completion.
+#include "cast.h"
#endif
#include <util/string/cast.h>
diff --git a/library/cpp/yt/misc/guid-inl.h b/library/cpp/yt/misc/guid-inl.h
index 2d94b5701b..cee708be0a 100644
--- a/library/cpp/yt/misc/guid-inl.h
+++ b/library/cpp/yt/misc/guid-inl.h
@@ -1,7 +1,7 @@
#ifndef GUID_INL_H_
#error "Direct inclusion of this file is not allowed, include guid.h"
-// For the sake of sane code completion.
-#include "guid.h"
+// For the sake of sane code completion.
+#include "guid.h"
#endif
namespace NYT {
diff --git a/library/cpp/yt/misc/hash-inl.h b/library/cpp/yt/misc/hash-inl.h
index 46eeefe620..3917050e9d 100644
--- a/library/cpp/yt/misc/hash-inl.h
+++ b/library/cpp/yt/misc/hash-inl.h
@@ -1,7 +1,7 @@
#ifndef HASH_INL_H_
#error "Direct inclusion of this file is not allowed, include hash.h"
-// For the sake of sane code completion.
-#include "hash.h"
+// For the sake of sane code completion.
+#include "hash.h"
#endif
namespace NYT {
diff --git a/library/cpp/yt/misc/variant-inl.h b/library/cpp/yt/misc/variant-inl.h
index fb7d98d4be..a48ca5d1b9 100644
--- a/library/cpp/yt/misc/variant-inl.h
+++ b/library/cpp/yt/misc/variant-inl.h
@@ -1,7 +1,7 @@
#ifndef VARIANT_INL_H_
#error "Direct inclusion of this file is not allowed, include variant.h"
-// For the sake of sane code completion.
-#include "variant.h"
+// For the sake of sane code completion.
+#include "variant.h"
#endif
#include <type_traits>