aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormkwiczala <mkwiczala@yandex-team.ru>2022-02-10 16:46:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:21 +0300
commit43e23506adf5274b3d7c5b776e6c8bbfe6bbdec0 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib
parent13231195541e6efdccc9379a43890c81842dfc7b (diff)
downloadydb-43e23506adf5274b3d7c5b776e6c8bbfe6bbdec0.tar.gz
Restoring authorship annotation for <mkwiczala@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/ya.make2
-rw-r--r--contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make
index 9b24596724..9c4640fdcf 100644
--- a/contrib/libs/ya.make
+++ b/contrib/libs/ya.make
@@ -175,7 +175,7 @@ RECURSE(
libpqxx
libpsl
libraw
- librdkafka
+ librdkafka
librosa-cpp
librsvg
libsamplerate
diff --git a/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp b/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp
index 83fc3724ea..85618f92ab 100644
--- a/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp
+++ b/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp
@@ -39,7 +39,7 @@ protected:
typedef typename base_type::off_type off_type;
public:
- basic_pointerbuf() : base_type() { this_type::setbuf(0, 0); }
+ basic_pointerbuf() : base_type() { this_type::setbuf(0, 0); }
const charT* getnext() { return this->gptr(); }
#ifndef BOOST_NO_USING_TEMPLATE