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 | c9aa98248df072b0c4f5adfe9b939ca800835290 (patch) | |
| tree | 334c2003ed232287c023ea5cf9b02dbc5ccee500 | |
| parent | abb3ac94c972cc41d247c34f893588bcdcc904a5 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 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 09a2d0f140b..441d8a18b35 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: |
