From 1715700d00b30399d3648be821fd585ae552365e Mon Sep 17 00:00:00 2001 From: gusev-p <gusev-p@yandex-team.ru> Date: Thu, 10 Feb 2022 16:47:20 +0300 Subject: Restoring authorship annotation for <gusev-p@yandex-team.ru>. Commit 1 of 2. --- library/cpp/monlib/counters/counters.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'library/cpp/monlib/counters/counters.h') diff --git a/library/cpp/monlib/counters/counters.h b/library/cpp/monlib/counters/counters.h index 038b55f0c8..2180cf381d 100644 --- a/library/cpp/monlib/counters/counters.h +++ b/library/cpp/monlib/counters/counters.h @@ -112,10 +112,10 @@ namespace NMonitoring { return AtomicGet(Value) == 0; } - TAtomic& GetAtomic() { - return Value; - } - + TAtomic& GetAtomic() { + return Value; + } + private: TAtomic Value; bool Derivative; -- cgit v1.2.3