From bd085aee9b4f7a0bee302ce687964ffb7098f986 Mon Sep 17 00:00:00 2001 From: eeight Date: Thu, 10 Feb 2022 16:46:19 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/threading/light_rw_lock/ut/rwlock_ut.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/threading/light_rw_lock') diff --git a/library/cpp/threading/light_rw_lock/ut/rwlock_ut.cpp b/library/cpp/threading/light_rw_lock/ut/rwlock_ut.cpp index bf5b7344117..e82063d959f 100644 --- a/library/cpp/threading/light_rw_lock/ut/rwlock_ut.cpp +++ b/library/cpp/threading/light_rw_lock/ut/rwlock_ut.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include class TRWMutexTest: public TTestBase { UNIT_TEST_SUITE(TRWMutexTest); @@ -116,7 +116,7 @@ private: #undef RUN_CYCLE private: TSharedData Data_; - TThreadPool Q_; + TThreadPool Q_; }; UNIT_TEST_SUITE_REGISTRATION(TRWMutexTest) -- cgit v1.3