diff options
author | asorotsky <asorotsky@yandex-team.ru> | 2022-02-10 16:47:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:33 +0300 |
commit | eb540cc7a103419462d0cc870ca403966e2194c6 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/lwtrace/trace.cpp | |
parent | 80f0a6b4102e3b2c89f23935c7690409033ea24c (diff) | |
download | ydb-eb540cc7a103419462d0cc870ca403966e2194c6.tar.gz |
Restoring authorship annotation for <asorotsky@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/lwtrace/trace.cpp')
-rw-r--r-- | library/cpp/lwtrace/trace.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/lwtrace/trace.cpp b/library/cpp/lwtrace/trace.cpp index 2e756e2670..3c974c85a0 100644 --- a/library/cpp/lwtrace/trace.cpp +++ b/library/cpp/lwtrace/trace.cpp @@ -1,16 +1,16 @@ -#include "all.h" +#include "all.h" #include "kill_action.h" -#include "log_shuttle.h" -#include "preprocessor.h" +#include "log_shuttle.h" +#include "preprocessor.h" #include "sleep_action.h" -#include "stderr_writer.h" +#include "stderr_writer.h" #include "google/protobuf/repeated_field.h" - + #include <util/generic/map.h> #include <util/random/random.h> -#include <functional> - +#include <functional> + namespace NLWTrace { #ifndef LWTRACE_DISABLE |