summaryrefslogtreecommitdiffstats
path: root/util/system/daemon_ut.cpp
diff options
context:
space:
mode:
authorAnton Samokhvalov <[email protected]>2022-02-10 16:45:15 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:15 +0300
commit72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch)
treeda2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /util/system/daemon_ut.cpp
parent778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff)
Restoring authorship annotation for Anton Samokhvalov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/daemon_ut.cpp')
-rw-r--r--util/system/daemon_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/daemon_ut.cpp b/util/system/daemon_ut.cpp
index f93b9a96458..82a4be14287 100644
--- a/util/system/daemon_ut.cpp
+++ b/util/system/daemon_ut.cpp
@@ -9,7 +9,7 @@
Y_UNIT_TEST_SUITE(TDaemonTest) {
#ifdef _unix_
template <typename Func>
- static bool ProcessBuffer(Func&& func, void* bufin, size_t size) {
+ static bool ProcessBuffer(Func&& func, void* bufin, size_t size) {
char* buf = (char*)bufin;
do {
const ssize_t bytesDone = func(buf, size);