diff options
author | kostik <kostik@yandex-team.ru> | 2022-02-10 16:49:22 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:22 +0300 |
commit | f7619e21ba894db354477390e8fe96256a6eb14a (patch) | |
tree | b69d940766676eea8fd8d90570ed4f2783014d58 /util/system/event.cpp | |
parent | a6f6b22bda21d53d07bd2e0ff63a2b2abf69ede9 (diff) | |
download | ydb-f7619e21ba894db354477390e8fe96256a6eb14a.tar.gz |
Restoring authorship annotation for <kostik@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/event.cpp')
-rw-r--r-- | util/system/event.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/util/system/event.cpp b/util/system/event.cpp index 79b3cdb291..998ca978ab 100644 --- a/util/system/event.cpp +++ b/util/system/event.cpp @@ -113,15 +113,15 @@ TSystemEvent::TSystemEvent(ResetMode rmode) } TSystemEvent::TSystemEvent(const TSystemEvent& other) noexcept - : EvImpl_(other.EvImpl_) -{ -} - + : EvImpl_(other.EvImpl_) +{ +} + TSystemEvent& TSystemEvent::operator=(const TSystemEvent& other) noexcept { - EvImpl_ = other.EvImpl_; - return *this; -} - + EvImpl_ = other.EvImpl_; + return *this; +} + TSystemEvent::~TSystemEvent() = default; void TSystemEvent::Reset() noexcept { |