diff options
author | dmasloff <dmasloff@yandex-team.com> | 2024-09-05 20:05:47 +0300 |
---|---|---|
committer | dmasloff <dmasloff@yandex-team.com> | 2024-09-05 20:17:10 +0300 |
commit | 74184a40c15dc0649a769d9754d0ce7efb44db04 (patch) | |
tree | 433c12d17fec8928522e31fede6afb88e0b8f41c /util/stream/zlib.cpp | |
parent | db4754b956955532cb1ad5fd119d5d199b790a0e (diff) | |
download | ydb-74184a40c15dc0649a769d9754d0ce7efb44db04.tar.gz |
FixNamespaceComments in /util
FixNamespaceComments in /util
bb9152570d7c258798644ead5a59f604de05ef3b
Diffstat (limited to 'util/stream/zlib.cpp')
-rw-r--r-- | util/stream/zlib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/zlib.cpp b/util/stream/zlib.cpp index 4ec9667443..dc14eca297 100644 --- a/util/stream/zlib.cpp +++ b/util/stream/zlib.cpp @@ -75,7 +75,7 @@ namespace { const char* Buf; size_t Len; }; -} +} // namespace class TZLibDecompress::TImpl: private TZLibCommon, public TChunkedZeroCopyInput { public: @@ -184,7 +184,7 @@ namespace { }; using TZeroCopyDecompress = TZLibDecompress::TImpl; -} +} // namespace class TZLibCompress::TImpl: public TAdditionalStorage<TImpl>, private TZLibCommon { static inline ZLib::StreamType Type(ZLib::StreamType type) { |