diff options
author | artemfn <artemfn@yandex-team.ru> | 2022-02-10 16:52:03 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:03 +0300 |
commit | 263a4405ed53af1655a5953041955760ad74e36a (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 94f44dca504df92a9dd998d47613789fe82d0b86 (diff) | |
download | ydb-263a4405ed53af1655a5953041955760ad74e36a.tar.gz |
Restoring authorship annotation for <artemfn@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | util/stream/output.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/output.cpp b/util/stream/output.cpp index c1c7752bc5..db81b81b70 100644 --- a/util/stream/output.cpp +++ b/util/stream/output.cpp @@ -365,8 +365,8 @@ namespace { void DoFlush() override { if (fflush(F_) != 0) { - ythrow TSystemError() << "fflush failed"; - } + ythrow TSystemError() << "fflush failed"; + } } private: |