aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/shuttle.h
diff options
context:
space:
mode:
authorasorotsky <asorotsky@yandex-team.ru>2022-02-10 16:47:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:33 +0300
commit80f0a6b4102e3b2c89f23935c7690409033ea24c (patch)
treed37ae19cf2360516f71e010c02f3fd8fc6b22999 /library/cpp/lwtrace/shuttle.h
parent9f1d4466bb653173233b0e47d2cbda7f46995f92 (diff)
downloadydb-80f0a6b4102e3b2c89f23935c7690409033ea24c.tar.gz
Restoring authorship annotation for <asorotsky@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lwtrace/shuttle.h')
-rw-r--r--library/cpp/lwtrace/shuttle.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/lwtrace/shuttle.h b/library/cpp/lwtrace/shuttle.h
index 85c6e4da61..49f55efef2 100644
--- a/library/cpp/lwtrace/shuttle.h
+++ b/library/cpp/lwtrace/shuttle.h
@@ -1,15 +1,15 @@
#pragma once
-#include "event.h"
-
+#include "event.h"
+
#include <library/cpp/containers/stack_vector/stack_vec.h>
-
+
#include <util/generic/ptr.h>
#include <util/system/spinlock.h>
-#include <algorithm>
+#include <algorithm>
#include <type_traits>
-
+
namespace NLWTrace {
struct TProbe;