diff options
| author | albert <[email protected]> | 2022-02-10 16:48:14 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:14 +0300 |
| commit | 9f25ef3232c288ca664ceee6c376cf64e4349a2e (patch) | |
| tree | b192eaf3150845f7302fafd460a972b0439d6fe5 /library/cpp/compproto | |
| parent | 6a1e535429145ec1ecfbc5f1efd3c95323261fb5 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/compproto')
| -rw-r--r-- | library/cpp/compproto/lib.cpp | 8 | ||||
| -rw-r--r-- | library/cpp/compproto/ya.make | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/compproto/lib.cpp b/library/cpp/compproto/lib.cpp index dd23e5aa11d..0cf68d0295a 100644 --- a/library/cpp/compproto/lib.cpp +++ b/library/cpp/compproto/lib.cpp @@ -1,4 +1,4 @@ -#include "bit.h" -#include "compressor.h" -#include "huff.h" -#include "metainfo.h" +#include "bit.h" +#include "compressor.h" +#include "huff.h" +#include "metainfo.h" diff --git a/library/cpp/compproto/ya.make b/library/cpp/compproto/ya.make index 60d5cfa08d3..f6b429e70ba 100644 --- a/library/cpp/compproto/ya.make +++ b/library/cpp/compproto/ya.make @@ -7,7 +7,7 @@ SRCS( compressor.h huff.h metainfo.h - lib.cpp -) - + lib.cpp +) + END() |
