diff options
author | albert <[email protected]> | 2022-02-10 16:48:14 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:14 +0300 |
commit | 9f25ef3232c288ca664ceee6c376cf64e4349a2e (patch) | |
tree | b192eaf3150845f7302fafd460a972b0439d6fe5 /util/generic/strbuf.cpp | |
parent | 6a1e535429145ec1ecfbc5f1efd3c95323261fb5 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/strbuf.cpp')
-rw-r--r-- | util/generic/strbuf.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/generic/strbuf.cpp b/util/generic/strbuf.cpp index 668602ca168..2845c1e2209 100644 --- a/util/generic/strbuf.cpp +++ b/util/generic/strbuf.cpp @@ -1,8 +1,8 @@ #include "strbuf.h" - -#include <util/stream/output.h> + +#include <util/stream/output.h> #include <ostream> - + std::ostream& operator<<(std::ostream& os, TStringBuf buf) { os.write(buf.data(), buf.size()); return os; |