aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authoralexbobkov <alexbobkov@yandex-team.ru>2022-02-10 16:46:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:26 +0300
commitf73e4101dd2c1e90a8e222e24eb7b88644062efa (patch)
tree2e540c7743b99b4b8d40ecfeb82cece3d63b439d /contrib
parentdcf462a7e38559d9ef8c9da23017940bdc125004 (diff)
downloadydb-f73e4101dd2c1e90a8e222e24eb7b88644062efa.tar.gz
Restoring authorship annotation for <alexbobkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp4
-rw-r--r--contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp4
-rw-r--r--contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp b/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp
index 80407ee478..bada9e3951 100644
--- a/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp
+++ b/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp
@@ -37,7 +37,7 @@ namespace boost { namespace spirit { namespace lex
template <typename Env>
unused_type
- eval(Env const&) const
+ eval(Env const&) const
{
return unused;
}
@@ -69,7 +69,7 @@ namespace boost { namespace spirit { namespace lex
template <typename Env>
unused_type
- eval(Env const&) const
+ eval(Env const&) const
{
return unused;
}
diff --git a/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp b/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp
index 41a9042a01..7ab2ea40ce 100644
--- a/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp
+++ b/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp
@@ -580,8 +580,8 @@ namespace boost { namespace spirit { namespace traits
, lex::lexertl::token<Iterator, lex::omit, HasState, Idtype> >
{
static void
- call(lex::lexertl::token<Iterator, lex::omit, HasState, Idtype> const&
- , Attribute&)
+ call(lex::lexertl::token<Iterator, lex::omit, HasState, Idtype> const&
+ , Attribute&)
{
// do nothing
}
diff --git a/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp b/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp
index 2a376ef92b..9184b6a7a5 100644
--- a/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp
+++ b/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp
@@ -97,7 +97,7 @@ namespace boost { namespace spirit { namespace lex
template <typename Iterator, typename Lexer, typename ParserExpr
, typename Skipper, BOOST_PP_ENUM_PARAMS(N, typename A)>
inline bool
- tokenize_and_phrase_parse(Iterator& first, Iterator last, Lexer const&
+ tokenize_and_phrase_parse(Iterator& first, Iterator last, Lexer const&
, ParserExpr const& expr, Skipper const& skipper
, BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr))
{