summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorartemfn <[email protected]>2022-02-10 16:52:03 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:52:03 +0300
commit263a4405ed53af1655a5953041955760ad74e36a (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent94f44dca504df92a9dd998d47613789fe82d0b86 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r--util/stream/output.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/output.cpp b/util/stream/output.cpp
index c1c7752bc59..db81b81b701 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: