From 60040c91ffe701a84689b2c6310ff845e65cff42 Mon Sep 17 00:00:00 2001 From: Ilnur Khuziev Date: Thu, 10 Feb 2022 16:46:14 +0300 Subject: Restoring authorship annotation for Ilnur Khuziev . Commit 2 of 2. --- library/cpp/threading/chunk_queue/queue.h | 2 +- library/cpp/threading/chunk_queue/queue_ut.cpp | 2 +- library/cpp/threading/chunk_queue/ut/ya.make | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/threading/chunk_queue') diff --git a/library/cpp/threading/chunk_queue/queue.h b/library/cpp/threading/chunk_queue/queue.h index 3e0a401b5f1..55859601a1e 100644 --- a/library/cpp/threading/chunk_queue/queue.h +++ b/library/cpp/threading/chunk_queue/queue.h @@ -534,7 +534,7 @@ namespace NThreading { void Enqueue(TAutoPtr value) { Impl.Enqueue(value.Get()); - Y_UNUSED(value.Release()); + Y_UNUSED(value.Release()); } bool Dequeue(TAutoPtr& value) { diff --git a/library/cpp/threading/chunk_queue/queue_ut.cpp b/library/cpp/threading/chunk_queue/queue_ut.cpp index a0ed159b89c..8cb36d8dd19 100644 --- a/library/cpp/threading/chunk_queue/queue_ut.cpp +++ b/library/cpp/threading/chunk_queue/queue_ut.cpp @@ -1,6 +1,6 @@ #include "queue.h" -#include +#include #include diff --git a/library/cpp/threading/chunk_queue/ut/ya.make b/library/cpp/threading/chunk_queue/ut/ya.make index 7c6ffa5ef9c..a35ed6bc4bb 100644 --- a/library/cpp/threading/chunk_queue/ut/ya.make +++ b/library/cpp/threading/chunk_queue/ut/ya.make @@ -1,4 +1,4 @@ -UNITTEST_FOR(library/cpp/threading/chunk_queue) +UNITTEST_FOR(library/cpp/threading/chunk_queue) OWNER(g:rtmr) -- cgit v1.3