aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated/split
diff options
context:
space:
mode:
authorwrg0ababd <wrg0ababd@yandex-team.ru>2022-02-10 16:50:09 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:09 +0300
commitacf06d6a4c64527931d71ec4c979900f1ac82eb2 (patch)
tree38cc79ed70daa02a0f0585367eeadf088f453f43 /library/cpp/deprecated/split
parentd61dc9100740438abc0b62605ff773e9f4e3c52e (diff)
downloadydb-acf06d6a4c64527931d71ec4c979900f1ac82eb2.tar.gz
Restoring authorship annotation for <wrg0ababd@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/deprecated/split')
-rw-r--r--library/cpp/deprecated/split/split_iterator.h6
-rw-r--r--library/cpp/deprecated/split/ya.make20
2 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/deprecated/split/split_iterator.h b/library/cpp/deprecated/split/split_iterator.h
index 0eacc29228..06dd69f275 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 946e685ac8..95ce7fccab 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()