From bd5ef432f5cfb1e18851381329d94665a4c22470 Mon Sep 17 00:00:00 2001
From: agorodilov <agorodilov@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:47:09 +0300
Subject: Restoring authorship annotation for <agorodilov@yandex-team.ru>.
 Commit 2 of 2.

---
 library/cpp/blockcodecs/core/stream.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'library/cpp/blockcodecs/core/stream.cpp')

diff --git a/library/cpp/blockcodecs/core/stream.cpp b/library/cpp/blockcodecs/core/stream.cpp
index 6584d51460..4f7db3c32b 100644
--- a/library/cpp/blockcodecs/core/stream.cpp
+++ b/library/cpp/blockcodecs/core/stream.cpp
@@ -136,7 +136,7 @@ void TCodedOutput::DoFlush() {
 void TCodedOutput::DoFinish() {
     if (S_) {
         Y_DEFER {
-            S_ = nullptr; 
+            S_ = nullptr;
         };
 
         if (FlushImpl()) {
@@ -158,7 +158,7 @@ TDecodedInput::TDecodedInput(IInputStream* in, const ICodec* codec)
 {
 }
 
-TDecodedInput::~TDecodedInput() = default; 
+TDecodedInput::~TDecodedInput() = default;
 
 size_t TDecodedInput::DoUnboundedNext(const void** ptr) {
     if (!S_) {
@@ -181,7 +181,7 @@ size_t TDecodedInput::DoUnboundedNext(const void** ptr) {
     }
 
     if (!blockLen) {
-        S_ = nullptr; 
+        S_ = nullptr;
 
         return 0;
     }
-- 
cgit v1.2.3