aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/shuttle.h
diff options
context:
space:
mode:
authorVladislav Kuznetsov <va.kuznecov@physics.msu.ru>2022-02-10 16:46:54 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:54 +0300
commitde20f5598f0832a6e646f61b4feca942c00da928 (patch)
tree6de57350f1f78bcbe9c57e73a010cd24a6afc90e /library/cpp/lwtrace/shuttle.h
parent9eeddfb447d62493b7f67a7a1e253ea7f28e95ae (diff)
downloadydb-de20f5598f0832a6e646f61b4feca942c00da928.tar.gz
Restoring authorship annotation for Vladislav Kuznetsov <va.kuznecov@physics.msu.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lwtrace/shuttle.h')
-rw-r--r--library/cpp/lwtrace/shuttle.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/lwtrace/shuttle.h b/library/cpp/lwtrace/shuttle.h
index 85c6e4da61..6d3c8dd400 100644
--- a/library/cpp/lwtrace/shuttle.h
+++ b/library/cpp/lwtrace/shuttle.h
@@ -176,13 +176,13 @@ namespace NLWTrace {
private:
TShuttlePtr HeadNoLock;
public:
- TOrbit() = default;
- TOrbit(const TOrbit&) = delete;
- TOrbit(TOrbit&&) = default;
-
- TOrbit& operator=(const TOrbit&) = delete;
- TOrbit& operator=(TOrbit&&) = default;
-
+ TOrbit() = default;
+ TOrbit(const TOrbit&) = delete;
+ TOrbit(TOrbit&&) = default;
+
+ TOrbit& operator=(const TOrbit&) = delete;
+ TOrbit& operator=(TOrbit&&) = default;
+
~TOrbit() {
Reset();
}