diff options
author | focus <focus@yandex-team.ru> | 2022-02-10 16:49:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:45 +0300 |
commit | 8024488211bb4f770b645483eb26d2c1977ee71e (patch) | |
tree | 1daf9c9d0face5273e6608c29f72fa4c618e7fa4 | |
parent | 70cc862712bf4b7db64c26723d862268e0011e05 (diff) | |
download | ydb-8024488211bb4f770b645483eb26d2c1977ee71e.tar.gz |
Restoring authorship annotation for <focus@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | library/cpp/http/server/http.cpp | 4 | ||||
-rw-r--r-- | library/cpp/streams/lz/lz.h | 6 | ||||
-rw-r--r-- | util/stream/zlib.h | 4 | ||||
-rw-r--r-- | util/ysaveload.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp index 128583bdd70..e96ea43c1a3 100644 --- a/library/cpp/http/server/http.cpp +++ b/library/cpp/http/server/http.cpp @@ -268,8 +268,8 @@ public: Y_UNUSED(req.Release()); } else { Cb_->OnFailRequest(-1); - } - } + } + } } size_t GetRequestQueueSize() const { diff --git a/library/cpp/streams/lz/lz.h b/library/cpp/streams/lz/lz.h index 3a2eaad88b0..752f3e51e3c 100644 --- a/library/cpp/streams/lz/lz.h +++ b/library/cpp/streams/lz/lz.h @@ -4,7 +4,7 @@ #include <util/stream/input.h> #include <util/generic/ptr.h> #include <util/generic/yexception.h> - + /** * @file * @@ -18,8 +18,8 @@ */ struct TDecompressorError: public yexception { -}; - +}; + /** * @addtogroup Streams_Archs * @{ diff --git a/util/stream/zlib.h b/util/stream/zlib.h index e7de7c81b74..b613a43356e 100644 --- a/util/stream/zlib.h +++ b/util/stream/zlib.h @@ -15,8 +15,8 @@ */ struct TZLibError: public yexception { -}; - +}; + struct TZLibCompressorError: public TZLibError { }; diff --git a/util/ysaveload.h b/util/ysaveload.h index 02efb4049b6..4bc3cf3f8f4 100644 --- a/util/ysaveload.h +++ b/util/ysaveload.h @@ -26,8 +26,8 @@ public: }; struct TSerializeException: public yexception { -}; - +}; + struct TLoadEOF: public TSerializeException { }; |