summaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/malloc/api')
-rw-r--r--library/cpp/malloc/api/helpers/io.cpp2
-rw-r--r--library/cpp/malloc/api/helpers/ya.make2
-rw-r--r--library/cpp/malloc/api/ut/ut.cpp2
-rw-r--r--library/cpp/malloc/api/ut/ya.make2
4 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/malloc/api/helpers/io.cpp b/library/cpp/malloc/api/helpers/io.cpp
index 5177969f4d1..a69710f9258 100644
--- a/library/cpp/malloc/api/helpers/io.cpp
+++ b/library/cpp/malloc/api/helpers/io.cpp
@@ -1,4 +1,4 @@
-#include <library/cpp/malloc/api/malloc.h>
+#include <library/cpp/malloc/api/malloc.h>
#include <util/stream/output.h>
diff --git a/library/cpp/malloc/api/helpers/ya.make b/library/cpp/malloc/api/helpers/ya.make
index 62875bca0e9..07f98567790 100644
--- a/library/cpp/malloc/api/helpers/ya.make
+++ b/library/cpp/malloc/api/helpers/ya.make
@@ -3,7 +3,7 @@ LIBRARY()
OWNER(pg)
PEERDIR(
- library/cpp/malloc/api
+ library/cpp/malloc/api
)
SRCS(
diff --git a/library/cpp/malloc/api/ut/ut.cpp b/library/cpp/malloc/api/ut/ut.cpp
index 7eccd0bf8d5..5951230f6e5 100644
--- a/library/cpp/malloc/api/ut/ut.cpp
+++ b/library/cpp/malloc/api/ut/ut.cpp
@@ -1,6 +1,6 @@
#include <library/cpp/testing/unittest/registar.h>
-#include <library/cpp/malloc/api/malloc.h>
+#include <library/cpp/malloc/api/malloc.h>
Y_UNIT_TEST_SUITE(MallocApi) {
Y_UNIT_TEST(ToStream) {
diff --git a/library/cpp/malloc/api/ut/ya.make b/library/cpp/malloc/api/ut/ya.make
index e57225b45d0..8799b27eb2d 100644
--- a/library/cpp/malloc/api/ut/ya.make
+++ b/library/cpp/malloc/api/ut/ya.make
@@ -3,7 +3,7 @@ UNITTEST()
OWNER(nga)
PEERDIR(
- library/cpp/malloc/api/helpers
+ library/cpp/malloc/api/helpers
)
SRCS(