aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/string.cpp
diff options
context:
space:
mode:
authorsmalov <smalov@yandex-team.ru>2022-02-10 16:47:36 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:36 +0300
commitf70d9720e13aef3a935e3f405b0eac554529e76e (patch)
tree5519c392aebdb16153197de07e4774c0a2be261a /util/generic/string.cpp
parent7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (diff)
downloadydb-f70d9720e13aef3a935e3f405b0eac554529e76e.tar.gz
Restoring authorship annotation for <smalov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/string.cpp')
-rw-r--r--util/generic/string.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/string.cpp b/util/generic/string.cpp
index 3c655f1f663..07e7053cfc9 100644
--- a/util/generic/string.cpp
+++ b/util/generic/string.cpp
@@ -4,12 +4,12 @@
#include <util/system/sanitizers.h>
#include <util/system/sys_alloc.h>
#include <util/charset/wide.h>
-
+
#include <iostream>
#include <cctype>
alignas(32) const char NULL_STRING_REPR[128] = {0};
-
+
std::ostream& operator<<(std::ostream& os, const TString& s) {
return os.write(s.data(), s.size());
}