aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/lzma/lzma.cpp
diff options
context:
space:
mode:
authoraosipenko <aosipenko@yandex-team.ru>2022-02-10 16:48:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:08 +0300
commit69e3c43df1c96bc2ac8946bf4dfb1f5fc438ff7f (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/streams/lzma/lzma.cpp
parent948fd24d47d4b3b7815aaef1686aea00ef3f4288 (diff)
downloadydb-69e3c43df1c96bc2ac8946bf4dfb1f5fc438ff7f.tar.gz
Restoring authorship annotation for <aosipenko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/streams/lzma/lzma.cpp')
-rw-r--r--library/cpp/streams/lzma/lzma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/streams/lzma/lzma.cpp b/library/cpp/streams/lzma/lzma.cpp
index 900a5b884b..f1942fa546 100644
--- a/library/cpp/streams/lzma/lzma.cpp
+++ b/library/cpp/streams/lzma/lzma.cpp
@@ -497,7 +497,7 @@ void TLzmaCompress::DoWrite(const void* buf, size_t len) {
void TLzmaCompress::DoFinish() {
THolder<TImpl> impl(Impl_.Release());
- if (impl) {
+ if (impl) {
impl->Finish();
}
}