aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.ru>2022-02-10 16:46:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:17 +0300
commita6e0145a095c7bb3770d6e07aee301de5c73f96e (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted/boost
parentc7f68570483e493f4ddaf946de7b3a420ee621b0 (diff)
downloadydb-a6e0145a095c7bb3770d6e07aee301de5c73f96e.tar.gz
Restoring authorship annotation for <bugaevskiy@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost')
-rw-r--r--contrib/restricted/boost/boost/asio/detail/fenced_block.hpp2
-rw-r--r--contrib/restricted/boost/boost/filesystem/operations.hpp4
-rw-r--r--contrib/restricted/boost/libs/filesystem/src/operations.cpp6
-rw-r--r--contrib/restricted/boost/libs/regex/ya.make8
4 files changed, 10 insertions, 10 deletions
diff --git a/contrib/restricted/boost/boost/asio/detail/fenced_block.hpp b/contrib/restricted/boost/boost/asio/detail/fenced_block.hpp
index 4bdffb2659..789b9d8a80 100644
--- a/contrib/restricted/boost/boost/asio/detail/fenced_block.hpp
+++ b/contrib/restricted/boost/boost/asio/detail/fenced_block.hpp
@@ -25,7 +25,7 @@
#elif defined(__MACH__) && defined(__APPLE__)
# include <boost/asio/detail/macos_fenced_block.hpp>
#elif defined(__sun)
-# error include <boost/asio/detail/solaris_fenced_block.hpp>
+# error include <boost/asio/detail/solaris_fenced_block.hpp>
#elif defined(__GNUC__) && defined(__arm__) \
&& !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4)
# include <boost/asio/detail/gcc_arm_fenced_block.hpp>
diff --git a/contrib/restricted/boost/boost/filesystem/operations.hpp b/contrib/restricted/boost/boost/filesystem/operations.hpp
index a67f31516b..a4f652fbf8 100644
--- a/contrib/restricted/boost/boost/filesystem/operations.hpp
+++ b/contrib/restricted/boost/boost/filesystem/operations.hpp
@@ -908,9 +908,9 @@ namespace detail
~directory_iterator() {}
- directory_iterator& increment(system::error_code& ec) BOOST_NOEXCEPT
+ directory_iterator& increment(system::error_code& ec) BOOST_NOEXCEPT
{
- detail::directory_iterator_increment(*this, &ec);
+ detail::directory_iterator_increment(*this, &ec);
return *this;
}
diff --git a/contrib/restricted/boost/libs/filesystem/src/operations.cpp b/contrib/restricted/boost/libs/filesystem/src/operations.cpp
index ad92611849..044019ceb9 100644
--- a/contrib/restricted/boost/libs/filesystem/src/operations.cpp
+++ b/contrib/restricted/boost/libs/filesystem/src/operations.cpp
@@ -2345,9 +2345,9 @@ namespace detail
&& (filename.size()== 1
|| (filename[1] == dot
&& filename.size()== 2)))
- {
- detail::directory_iterator_increment(it, ec);
- }
+ {
+ detail::directory_iterator_increment(it, ec);
+ }
}
}
diff --git a/contrib/restricted/boost/libs/regex/ya.make b/contrib/restricted/boost/libs/regex/ya.make
index 503204a923..379c0831ae 100644
--- a/contrib/restricted/boost/libs/regex/ya.make
+++ b/contrib/restricted/boost/libs/regex/ya.make
@@ -16,10 +16,10 @@ PEERDIR(
contrib/libs/icu
)
-CFLAGS(
- -DBOOST_HAS_ICU
-)
-
+CFLAGS(
+ -DBOOST_HAS_ICU
+)
+
SRCS(
src/c_regex_traits.cpp
src/cpp_regex_traits.cpp