aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/compproto
diff options
context:
space:
mode:
authoralbert <albert@yandex-team.ru>2022-02-10 16:48:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:15 +0300
commita817f5de12611ec73085eba17f8ec7740a46bdb7 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/compproto
parent9f25ef3232c288ca664ceee6c376cf64e4349a2e (diff)
downloadydb-a817f5de12611ec73085eba17f8ec7740a46bdb7.tar.gz
Restoring authorship annotation for <albert@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/compproto')
-rw-r--r--library/cpp/compproto/lib.cpp8
-rw-r--r--library/cpp/compproto/ya.make6
2 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/compproto/lib.cpp b/library/cpp/compproto/lib.cpp
index 0cf68d0295a..dd23e5aa11d 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 f6b429e70ba..60d5cfa08d3 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()