diff options
author | luchko <luchko@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
commit | 6400e9461eb46fbf792bb457abea992f9bb135c1 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/stream/output.h | |
parent | 9f21dcc5d3d7c6e54e7adbaa2abaa6d86ae08c59 (diff) | |
download | ydb-6400e9461eb46fbf792bb457abea992f9bb135c1.tar.gz |
Restoring authorship annotation for <luchko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream/output.h')
-rw-r--r-- | util/stream/output.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/stream/output.h b/util/stream/output.h index a1eeda2a20..00eef50b95 100644 --- a/util/stream/output.h +++ b/util/stream/output.h @@ -290,9 +290,9 @@ static inline void Endl(IOutputStream& o) { * Flushing stream manipulator, basically the same as `std::flush`. */ static inline void Flush(IOutputStream& o) { - o.Flush(); -} - + o.Flush(); +} + /* * Also see format.h for additional manipulators. */ |