aboutsummaryrefslogtreecommitdiffstats
path: root/util/string
diff options
context:
space:
mode:
authorermolovd <ermolovd@yandex-team.ru>2022-02-10 16:47:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:53 +0300
commitb91bcef7c99a119b0846479ef71bfab4beec72ca (patch)
treebe118d54d12a61bc4812ceb0a266a170a2fa3bc9 /util/string
parentf421873774cf0b71743afbe5f6677861e66601ea (diff)
downloadydb-b91bcef7c99a119b0846479ef71bfab4beec72ca.tar.gz
Restoring authorship annotation for <ermolovd@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/string')
-rw-r--r--util/string/split.h2
-rw-r--r--util/string/vector.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/util/string/split.h b/util/string/split.h
index bc46d9e64c..50aaccad5e 100644
--- a/util/string/split.h
+++ b/util/string/split.h
@@ -18,7 +18,7 @@
#include <utility>
#include <stlfwd>
-
+
// NOTE: Check StringSplitter below to get more convenient split string interface.
namespace NStringSplitPrivate {
diff --git a/util/string/vector.h b/util/string/vector.h
index e36c348bbe..4f142de6b3 100644
--- a/util/string/vector.h
+++ b/util/string/vector.h
@@ -12,9 +12,9 @@
#define KEEP_EMPTY_TOKENS 0x01
-//
+//
// NOTE: Check StringSplitter below to get more convenient split string interface.
-
+
namespace NPrivate {
void SplitStringImpl(TVector<TString>* res, const char* ptr,