aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorwrg0ababd <wrg0ababd@yandex-team.ru>2022-02-10 16:50:10 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:10 +0300
commitf054f783b50cf93fa12c0cc6375769c21f3fd27e (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library
parentacf06d6a4c64527931d71ec4c979900f1ac82eb2 (diff)
downloadydb-f054f783b50cf93fa12c0cc6375769c21f3fd27e.tar.gz
Restoring authorship annotation for <wrg0ababd@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/cpp/deprecated/split/split_iterator.h6
-rw-r--r--library/cpp/deprecated/split/ya.make20
-rw-r--r--library/cpp/deprecated/ya.make2
3 files changed, 14 insertions, 14 deletions
diff --git a/library/cpp/deprecated/split/split_iterator.h b/library/cpp/deprecated/split/split_iterator.h
index 06dd69f275..0eacc29228 100644
--- a/library/cpp/deprecated/split/split_iterator.h
+++ b/library/cpp/deprecated/split/split_iterator.h
@@ -1,9 +1,9 @@
#pragma once
#include <library/cpp/deprecated/kmp/kmp.h>
-#include <util/string/cast.h>
-#include <util/string/util.h>
-#include <util/string/builder.h>
+#include <util/string/cast.h>
+#include <util/string/util.h>
+#include <util/string/builder.h>
#include <util/system/yassert.h>
#include <util/system/defaults.h>
diff --git a/library/cpp/deprecated/split/ya.make b/library/cpp/deprecated/split/ya.make
index 95ce7fccab..946e685ac8 100644
--- a/library/cpp/deprecated/split/ya.make
+++ b/library/cpp/deprecated/split/ya.make
@@ -1,14 +1,14 @@
-LIBRARY()
-
-OWNER(wrg0ababd)
-
-SRCS(
- delim_string_iter.cpp
- split_iterator.cpp
-)
-
+LIBRARY()
+
+OWNER(wrg0ababd)
+
+SRCS(
+ delim_string_iter.cpp
+ split_iterator.cpp
+)
+
PEERDIR(
library/cpp/deprecated/kmp
)
-END()
+END()
diff --git a/library/cpp/deprecated/ya.make b/library/cpp/deprecated/ya.make
index d039415ce4..6c753f68a9 100644
--- a/library/cpp/deprecated/ya.make
+++ b/library/cpp/deprecated/ya.make
@@ -45,5 +45,5 @@ RECURSE(
solartrie/test
solartrie/test/tests
solartrie/ut
- split
+ split
)