aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/resource
diff options
context:
space:
mode:
authorcerevra <cerevra@yandex-team.ru>2022-02-10 16:45:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:58 +0300
commitbf41dd01f6c920583e9faae7cd55ed25e547e052 (patch)
treeec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/resource
parente2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff)
downloadydb-bf41dd01f6c920583e9faae7cd55ed25e547e052.tar.gz
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/resource')
-rw-r--r--library/cpp/resource/README.md2
-rw-r--r--library/cpp/resource/registry.cpp2
-rw-r--r--library/cpp/resource/ut/resource_ut.cpp2
-rw-r--r--library/cpp/resource/ut/ya.make2
-rw-r--r--library/cpp/resource/ya.make4
5 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/resource/README.md b/library/cpp/resource/README.md
index b1e4961c1f..3878ad8402 100644
--- a/library/cpp/resource/README.md
+++ b/library/cpp/resource/README.md
@@ -16,7 +16,7 @@ END()
### Example - access to a file content by a key:
```cpp
-#include <library/cpp/resource/resource.h>
+#include <library/cpp/resource/resource.h>
int main() {
Cout << NResource::Find("/key/in/program/1") << Endl;
Cout << NResource::Find("/key2") << Endl;
diff --git a/library/cpp/resource/registry.cpp b/library/cpp/resource/registry.cpp
index 66001c4769..13a996bfdb 100644
--- a/library/cpp/resource/registry.cpp
+++ b/library/cpp/resource/registry.cpp
@@ -1,6 +1,6 @@
#include "registry.h"
-#include <library/cpp/blockcodecs/codecs.h>
+#include <library/cpp/blockcodecs/codecs.h>
#include <util/system/yassert.h>
#include <util/generic/hash.h>
diff --git a/library/cpp/resource/ut/resource_ut.cpp b/library/cpp/resource/ut/resource_ut.cpp
index b6fa8e4df3..8444444c8b 100644
--- a/library/cpp/resource/ut/resource_ut.cpp
+++ b/library/cpp/resource/ut/resource_ut.cpp
@@ -1,4 +1,4 @@
-#include <library/cpp/resource/resource.h>
+#include <library/cpp/resource/resource.h>
#include <library/cpp/testing/unittest/registar.h>
Y_UNIT_TEST_SUITE(TestResource) {
diff --git a/library/cpp/resource/ut/ya.make b/library/cpp/resource/ut/ya.make
index d1ac9ed2ed..e95d69217c 100644
--- a/library/cpp/resource/ut/ya.make
+++ b/library/cpp/resource/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST_FOR(library/cpp/resource/ut/lib)
+UNITTEST_FOR(library/cpp/resource/ut/lib)
OWNER(pg)
diff --git a/library/cpp/resource/ya.make b/library/cpp/resource/ya.make
index 9c06df514f..ac79137337 100644
--- a/library/cpp/resource/ya.make
+++ b/library/cpp/resource/ya.make
@@ -3,8 +3,8 @@ LIBRARY()
OWNER(pg)
PEERDIR(
- library/cpp/blockcodecs/core
- library/cpp/blockcodecs/codecs/zstd
+ library/cpp/blockcodecs/core
+ library/cpp/blockcodecs/codecs/zstd
)
SRCS(