diff options
author | artemfn <[email protected]> | 2022-02-10 16:52:03 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:03 +0300 |
commit | 94f44dca504df92a9dd998d47613789fe82d0b86 (patch) | |
tree | 3059c978aac4103ef8481228e060577ea3f023f0 | |
parent | 6b6756e731b3bcb318b73de6fd52bd936ec756ee (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 db81b81b701..c1c7752bc59 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: |