Browse Source

Restoring authorship annotation for <artemfn@yandex-team.ru>. Commit 2 of 2.

artemfn 3 years ago
parent
commit
263a4405ed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      util/stream/output.cpp

+ 2 - 2
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: