aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpavelgolubev <pavelgolubev@yandex-team.ru>2022-02-10 16:46:27 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:27 +0300
commit0b3d237d20c471c1434c7ff7ce89baea6a46ce48 (patch)
tree65fac4b2ad1d44c962a0b954d46700251d67efcd
parent81f9f6d9cc09b63d4a2427eff8d15d120aeadc41 (diff)
downloadydb-0b3d237d20c471c1434c7ff7ce89baea6a46ce48.tar.gz
Restoring authorship annotation for <pavelgolubev@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h2
-rw-r--r--contrib/restricted/boost/boost/multiprecision/cpp_int.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h b/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h
index 5c7b489ead..ce8ef1d842 100644
--- a/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h
+++ b/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h
@@ -23,7 +23,7 @@
#include <istream>
#include <ostream>
#if defined(POCO_UNBUNDLED)
-#include <contrib/libs/zlib/zlib.h>
+#include <contrib/libs/zlib/zlib.h>
#else
#error #include "Poco/zlib.h"
#endif
diff --git a/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp b/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp
index 8490541159..6bd365bef7 100644
--- a/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp
+++ b/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp
@@ -842,7 +842,7 @@ public:
m_sign = false;
}
}
- BOOST_MP_FORCEINLINE void resize(unsigned /*new_size*/, unsigned min_size)
+ BOOST_MP_FORCEINLINE void resize(unsigned /*new_size*/, unsigned min_size)
{
detail::verify_new_size(2, min_size, checked_type());
}