aboutsummaryrefslogtreecommitdiffstats
path: root/util/thread
diff options
context:
space:
mode:
authortejblum <tejblum@yandex-team.ru>2022-02-10 16:48:02 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:02 +0300
commit2bf39531b4f50b889e946ac4866018678a4fb281 (patch)
tree65ee082892af9db55f726e13950abf0b1cc65992 /util/thread
parenta61e8c559b6b690a019253067224d595e3d642f1 (diff)
downloadydb-2bf39531b4f50b889e946ac4866018678a4fb281.tar.gz
Restoring authorship annotation for <tejblum@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/thread')
-rw-r--r--util/thread/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h
index d1ea3a67cb..8a9ad12de6 100644
--- a/util/thread/pool.h
+++ b/util/thread/pool.h
@@ -381,7 +381,7 @@ inline void Delete(THolder<IThreadPool> q) {
if (q.Get()) {
q->Stop();
}
-}
+}
/**
* Creates and starts TThreadPool if threadsCount > 1, or TFakeThreadPool otherwise