aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/probe.h
diff options
context:
space:
mode:
authorsharpeye <sharpeye@yandex-team.ru>2022-02-10 16:49:16 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:16 +0300
commit9a407601824f50398148409237b90de3f95b5ae3 (patch)
treeb5245ea2b5ed12d65fe1230d5f6dae0b9b129894 /library/cpp/lwtrace/probe.h
parent1c61afbf3db63940d05e6fefa3104b03457788a1 (diff)
downloadydb-9a407601824f50398148409237b90de3f95b5ae3.tar.gz
Restoring authorship annotation for <sharpeye@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lwtrace/probe.h')
-rw-r--r--library/cpp/lwtrace/probe.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/lwtrace/probe.h b/library/cpp/lwtrace/probe.h
index 31fa282da3f..8ff69611a9e 100644
--- a/library/cpp/lwtrace/probe.h
+++ b/library/cpp/lwtrace/probe.h
@@ -7,7 +7,7 @@
#include <util/datetime/cputimer.h>
#include <util/generic/hide_ptr.h>
-#include <util/generic/scope.h>
+#include <util/generic/scope.h>
#include <util/system/atomic.h>
namespace NLWTrace {
@@ -235,8 +235,8 @@ namespace NLWTrace {
inline void operator()(LWTRACE_FUNCTION_PARAMS) {
TParams params;
LWTRACE_PREPARE_PARAMS(params);
- Y_DEFER { TUserSignature<LWTRACE_TEMPLATE_ARGS>::DestroyParams(params); };
-
+ Y_DEFER { TUserSignature<LWTRACE_TEMPLATE_ARGS>::DestroyParams(params); };
+
TOrbit orbit;
Probe.RunExecutors(orbit, params);
}
@@ -244,8 +244,8 @@ namespace NLWTrace {
inline void Run(TOrbit& orbit, LWTRACE_FUNCTION_PARAMS) {
TParams params;
LWTRACE_PREPARE_PARAMS(params);
- Y_DEFER { TUserSignature<LWTRACE_TEMPLATE_ARGS>::DestroyParams(params); };
-
+ Y_DEFER { TUserSignature<LWTRACE_TEMPLATE_ARGS>::DestroyParams(params); };
+
Probe.RunExecutors(orbit, params);
Probe.RunShuttles(orbit, params); // Executors can create shuttles
}