diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /library/cpp/messagebus/rain_check | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/rain_check')
-rw-r--r-- | library/cpp/messagebus/rain_check/core/coro.h | 12 | ||||
-rw-r--r-- | library/cpp/messagebus/rain_check/core/coro_stack.cpp | 2 | ||||
-rw-r--r-- | library/cpp/messagebus/rain_check/test/helper/ya.make | 6 | ||||
-rw-r--r-- | library/cpp/messagebus/rain_check/test/ya.make | 4 | ||||
-rw-r--r-- | library/cpp/messagebus/rain_check/ya.make | 8 |
5 files changed, 16 insertions, 16 deletions
diff --git a/library/cpp/messagebus/rain_check/core/coro.h b/library/cpp/messagebus/rain_check/core/coro.h index fe48e90cbae..95e2a30f9b6 100644 --- a/library/cpp/messagebus/rain_check/core/coro.h +++ b/library/cpp/messagebus/rain_check/core/coro.h @@ -1,13 +1,13 @@ #pragma once -#include "coro_stack.h" -#include "task.h" - -#include <util/generic/ptr.h> +#include "coro_stack.h" +#include "task.h" + +#include <util/generic/ptr.h> #include <util/memory/alloc.h> #include <util/system/align.h> -#include <util/system/context.h> -#include <util/system/valgrind.h> +#include <util/system/context.h> +#include <util/system/valgrind.h> namespace NRainCheck { class ICoroTask; diff --git a/library/cpp/messagebus/rain_check/core/coro_stack.cpp b/library/cpp/messagebus/rain_check/core/coro_stack.cpp index df8f03e368f..83b984ca6e9 100644 --- a/library/cpp/messagebus/rain_check/core/coro_stack.cpp +++ b/library/cpp/messagebus/rain_check/core/coro_stack.cpp @@ -3,7 +3,7 @@ #include <util/generic/singleton.h> #include <util/system/valgrind.h> -#include <cstdlib> +#include <cstdlib> #include <stdio.h> using namespace NRainCheck; diff --git a/library/cpp/messagebus/rain_check/test/helper/ya.make b/library/cpp/messagebus/rain_check/test/helper/ya.make index 9f8f377e296..aa9e4e6d811 100644 --- a/library/cpp/messagebus/rain_check/test/helper/ya.make +++ b/library/cpp/messagebus/rain_check/test/helper/ya.make @@ -2,10 +2,10 @@ LIBRARY(messagebus-rain_check-test-helper) OWNER(g:messagebus) -PEERDIR( +PEERDIR( library/cpp/messagebus/rain_check/core -) - +) + SRCS( misc.cpp ) diff --git a/library/cpp/messagebus/rain_check/test/ya.make b/library/cpp/messagebus/rain_check/test/ya.make index 94352378558..4c1d6f81610 100644 --- a/library/cpp/messagebus/rain_check/test/ya.make +++ b/library/cpp/messagebus/rain_check/test/ya.make @@ -1,6 +1,6 @@ OWNER(g:messagebus) RECURSE( - perftest - ut + perftest + ut ) diff --git a/library/cpp/messagebus/rain_check/ya.make b/library/cpp/messagebus/rain_check/ya.make index 10cffa885b3..966d54c232c 100644 --- a/library/cpp/messagebus/rain_check/ya.make +++ b/library/cpp/messagebus/rain_check/ya.make @@ -1,8 +1,8 @@ OWNER(g:messagebus) RECURSE( - core - http - messagebus - test + core + http + messagebus + test ) |