aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/string.h
diff options
context:
space:
mode:
authorignat <ignat@yandex-team.ru>2022-02-10 16:48:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:20 +0300
commit12d7840a194f4a6e4ea77a405f980074cf43e942 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/string/string.h
parentc8b279dd21ddcb47e755028d81281f113a0f4a11 (diff)
downloadydb-12d7840a194f4a6e4ea77a405f980074cf43e942.tar.gz
Restoring authorship annotation for <ignat@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/string/string.h')
-rw-r--r--library/cpp/yt/string/string.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/library/cpp/yt/string/string.h b/library/cpp/yt/string/string.h
index 584cc6c2e0..ae6c99caab 100644
--- a/library/cpp/yt/string/string.h
+++ b/library/cpp/yt/string/string.h
@@ -4,16 +4,16 @@
#include <library/cpp/yt/exception/exception.h>
-#include <util/datetime/base.h>
-
-#include <util/generic/string.h>
-
+#include <util/datetime/base.h>
+
+#include <util/generic/string.h>
+
#include <util/string/strip.h>
-#include <vector>
-#include <set>
-#include <map>
-
+#include <vector>
+#include <set>
+#include <map>
+
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
@@ -194,12 +194,12 @@ TString Trim(const TString& str, const TString& whitespaces);
////////////////////////////////////////////////////////////////////////////////
-//! Implemented for |[u]i(32|64)|.
-template <class T>
-char* WriteIntToBufferBackwards(char* ptr, T value);
-
-////////////////////////////////////////////////////////////////////////////////
-
+//! Implemented for |[u]i(32|64)|.
+template <class T>
+char* WriteIntToBufferBackwards(char* ptr, T value);
+
+////////////////////////////////////////////////////////////////////////////////
+
struct TCaseInsensitiveStringHasher
{
size_t operator()(TStringBuf arg) const;
@@ -214,8 +214,8 @@ struct TCaseInsensitiveStringEqualityComparer
bool TryParseBool(TStringBuf value, bool* result);
bool ParseBool(TStringBuf value);
-TStringBuf FormatBool(bool value);
-
-////////////////////////////////////////////////////////////////////////////////
-
+TStringBuf FormatBool(bool value);
+
+////////////////////////////////////////////////////////////////////////////////
+
} // namespace NYT