diff options
author | andy <andy@yandex-team.ru> | 2022-02-10 16:52:09 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:09 +0300 |
commit | c9aa98248df072b0c4f5adfe9b939ca800835290 (patch) | |
tree | 334c2003ed232287c023ea5cf9b02dbc5ccee500 /util/memory | |
parent | abb3ac94c972cc41d247c34f893588bcdcc904a5 (diff) | |
download | ydb-c9aa98248df072b0c4f5adfe9b939ca800835290.tar.gz |
Restoring authorship annotation for <andy@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/memory')
-rw-r--r-- | util/memory/tempbuf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/memory/tempbuf.cpp b/util/memory/tempbuf.cpp index 09a2d0f140..441d8a18b3 100644 --- a/util/memory/tempbuf.cpp +++ b/util/memory/tempbuf.cpp @@ -10,9 +10,9 @@ #include <utility> #include <util/thread/singleton.h> -#ifndef TMP_BUF_LEN +#ifndef TMP_BUF_LEN #define TMP_BUF_LEN (64 * 1024) -#endif +#endif class TTempBuf::TImpl: public TRefCounted<TImpl, TSimpleCounter, TImpl> { public: |