From 3b5ee31ed70f690af39dfdec632060610b71b89e Mon Sep 17 00:00:00 2001
From: dmikhalev <dmikhalev@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:49:29 +0300
Subject: Restoring authorship annotation for <dmikhalev@yandex-team.ru>.
 Commit 1 of 2.

---
 library/cpp/http/fetch/httpzreader.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/http/fetch/httpzreader.h')

diff --git a/library/cpp/http/fetch/httpzreader.h b/library/cpp/http/fetch/httpzreader.h
index 68eb00853d..52ac7274ed 100644
--- a/library/cpp/http/fetch/httpzreader.h
+++ b/library/cpp/http/fetch/httpzreader.h
@@ -94,8 +94,8 @@ public:
         while (true) {
             if (Stream.avail_in == 0) {
                 void* tmpin = Stream.next_in;
-                long res = TBase::Read(tmpin);
-                Stream.next_in = (Bytef*)tmpin;
+                long res = TBase::Read(tmpin); 
+                Stream.next_in = (Bytef*)tmpin; 
                 if (res <= 0)
                     return res;
                 Stream.avail_in = (uInt)res;
-- 
cgit v1.2.3