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
commit13231195541e6efdccc9379a43890c81842dfc7b (patch)
tree76f6f363e08e0eaaa111c978067194283aa00093 /contrib
parent9d80afb43be16931e653a688c5e0f585101ff4f8 (diff)
downloadydb-13231195541e6efdccc9379a43890c81842dfc7b.tar.gz
Restoring authorship annotation for <mkwiczala@yandex-team.ru>. Commit 1 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 9c4640fdcf..9b24596724 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 85618f92ab..83fc3724ea 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