Browse Source

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

yacoder 3 years ago
parent
commit
17a991042d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/stream/tempbuf.h

+ 1 - 1
util/stream/tempbuf.h

@@ -16,6 +16,6 @@ public:
     TTempBufOutput(TTempBufOutput&&) noexcept = default;
     TTempBufOutput& operator=(TTempBufOutput&&) noexcept = default;
 
-protected: 
+protected:
     void DoWrite(const void* data, size_t len) override;
 };