diff options
author | andy <[email protected]> | 2022-02-10 16:52:09 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:09 +0300 |
commit | 9bbc43ba394b5d61db53fdbd89715e81b6dfbf41 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | c9aa98248df072b0c4f5adfe9b939ca800835290 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-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 441d8a18b35..09a2d0f140b 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: |