diff options
Diffstat (limited to 'library/cpp/codecs/comptable_codec.cpp')
| -rw-r--r-- | library/cpp/codecs/comptable_codec.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/codecs/comptable_codec.cpp b/library/cpp/codecs/comptable_codec.cpp index 476b8ada80c..cf747121bab 100644 --- a/library/cpp/codecs/comptable_codec.cpp +++ b/library/cpp/codecs/comptable_codec.cpp @@ -4,12 +4,12 @@ #include <util/string/cast.h> namespace NCodecs { - class TCompTableCodec::TImpl: public TAtomicRefCount<TImpl> { + class TCompTableCodec::TImpl: public TAtomicRefCount<TImpl> { public: TImpl(EQuality q) : Quality(q) - { - } + { + } void Init() { Compressor.Reset(new NCompTable::TChunkCompressor{(bool)Quality, Table}); |
