aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/lz
diff options
context:
space:
mode:
authorfocus <focus@yandex-team.ru>2022-02-10 16:49:45 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:45 +0300
commitaf42068bf6cd93c976b80dd0388fa48cdf65da11 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/streams/lz
parent8024488211bb4f770b645483eb26d2c1977ee71e (diff)
downloadydb-af42068bf6cd93c976b80dd0388fa48cdf65da11.tar.gz
Restoring authorship annotation for <focus@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/streams/lz')
-rw-r--r--library/cpp/streams/lz/lz.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/streams/lz/lz.h b/library/cpp/streams/lz/lz.h
index 752f3e51e3..3a2eaad88b 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
* @{