aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorgusev-p <gusev-p@yandex-team.ru>2022-02-10 16:47:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:20 +0300
commit1715700d00b30399d3648be821fd585ae552365e (patch)
tree6857a59158ea36e56d87fb32fbb8e44673c0ca0f /contrib/libs
parentb23c1d7a8015c2006a148fd93b84cdeb0aee17a3 (diff)
downloadydb-1715700d00b30399d3648be821fd585ae552365e.tar.gz
Restoring authorship annotation for <gusev-p@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc2
-rw-r--r--contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/surface/init.cc2
-rw-r--r--contrib/libs/grpc/src/cpp/server/server_builder.cc2
-rw-r--r--contrib/libs/libiconv/dynamic/libiconv.exports2
-rw-r--r--contrib/libs/tcmalloc/tcmalloc/static_vars.h2
-rw-r--r--contrib/libs/yaml-cpp/include/yaml-cpp/node/iterator.h22
7 files changed, 17 insertions, 17 deletions
diff --git a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
index 43d638ab3f..f31457b452 100644
--- a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
+++ b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
@@ -491,7 +491,7 @@ static bool should_use_ares(const char* resolver_env) {
static bool should_use_ares(const char* resolver_env) {
// TODO(lidiz): Remove the "g_custom_iomgr_enabled" flag once c-ares support
// custom IO managers (e.g. gevent).
- return !g_custom_iomgr_enabled && resolver_env != nullptr && (gpr_stricmp(resolver_env, "ares") == 0);
+ return !g_custom_iomgr_enabled && resolver_env != nullptr && (gpr_stricmp(resolver_env, "ares") == 0);
}
#endif /* GRPC_UV */
diff --git a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
index a0e3566190..269f60556a 100644
--- a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
+++ b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
@@ -178,7 +178,7 @@ void NativeDnsResolver::OnResolvedLocked(grpc_error* error) {
if (shutdown_) {
if (addresses_ != nullptr) {
grpc_resolved_addresses_destroy(addresses_);
- }
+ }
Unref(DEBUG_LOCATION, "dns-resolving");
GRPC_ERROR_UNREF(error);
return;
diff --git a/contrib/libs/grpc/src/core/lib/surface/init.cc b/contrib/libs/grpc/src/core/lib/surface/init.cc
index 7b79ba426b..20fedce532 100644
--- a/contrib/libs/grpc/src/core/lib/surface/init.cc
+++ b/contrib/libs/grpc/src/core/lib/surface/init.cc
@@ -191,7 +191,7 @@ void grpc_shutdown_internal_locked(void) {
grpc_core::channelz::ChannelzRegistry::Shutdown();
grpc_stats_shutdown();
}
- grpc_core::Fork::GlobalShutdown();
+ grpc_core::Fork::GlobalShutdown();
grpc_core::ExecCtx::GlobalShutdown();
grpc_core::ApplicationCallbackExecCtx::GlobalShutdown();
g_shutting_down = false;
diff --git a/contrib/libs/grpc/src/cpp/server/server_builder.cc b/contrib/libs/grpc/src/cpp/server/server_builder.cc
index 0cc00b365f..8b846ba178 100644
--- a/contrib/libs/grpc/src/cpp/server/server_builder.cc
+++ b/contrib/libs/grpc/src/cpp/server/server_builder.cc
@@ -397,7 +397,7 @@ std::unique_ptr<grpc::Server> ServerBuilder::BuildAndStart() {
for (auto& port : ports_) {
int r = server->AddListeningPort(port.addr, port.creds.get());
if (!r) {
- server->Shutdown();
+ server->Shutdown();
return nullptr;
}
if (port.selected_port != nullptr) {
diff --git a/contrib/libs/libiconv/dynamic/libiconv.exports b/contrib/libs/libiconv/dynamic/libiconv.exports
index c38a20d918..f09d45208f 100644
--- a/contrib/libs/libiconv/dynamic/libiconv.exports
+++ b/contrib/libs/libiconv/dynamic/libiconv.exports
@@ -1,4 +1,4 @@
C libiconv
C libiconv_open
C libiconv_close
-C libiconvctl \ No newline at end of file
+C libiconvctl \ No newline at end of file
diff --git a/contrib/libs/tcmalloc/tcmalloc/static_vars.h b/contrib/libs/tcmalloc/tcmalloc/static_vars.h
index be68edc189..537d83120e 100644
--- a/contrib/libs/tcmalloc/tcmalloc/static_vars.h
+++ b/contrib/libs/tcmalloc/tcmalloc/static_vars.h
@@ -125,7 +125,7 @@ class Static {
return cpu_cache_active_;
}
static void ActivateCPUCache() { cpu_cache_active_ = true; }
- static void DeactivateCPUCache() { cpu_cache_active_ = false; }
+ static void DeactivateCPUCache() { cpu_cache_active_ = false; }
static bool ForkSupportEnabled() { return fork_support_enabled_; }
static void EnableForkSupport() { fork_support_enabled_ = true; }
diff --git a/contrib/libs/yaml-cpp/include/yaml-cpp/node/iterator.h b/contrib/libs/yaml-cpp/include/yaml-cpp/node/iterator.h
index 6618169c53..f4831a4335 100644
--- a/contrib/libs/yaml-cpp/include/yaml-cpp/node/iterator.h
+++ b/contrib/libs/yaml-cpp/include/yaml-cpp/node/iterator.h
@@ -17,21 +17,21 @@
namespace YAML {
namespace detail {
-struct node_pair: public std::pair<Node, Node> {
- node_pair() = default;
- node_pair(const Node& first, const Node& second)
- : std::pair<Node, Node>(first, second)
- {
- }
-};
-
-struct iterator_value : public Node, node_pair {
+struct node_pair: public std::pair<Node, Node> {
+ node_pair() = default;
+ node_pair(const Node& first, const Node& second)
+ : std::pair<Node, Node>(first, second)
+ {
+ }
+};
+
+struct iterator_value : public Node, node_pair {
iterator_value() {}
explicit iterator_value(const Node& rhs)
: Node(rhs),
- node_pair(Node(Node::ZombieNode), Node(Node::ZombieNode)) {}
+ node_pair(Node(Node::ZombieNode), Node(Node::ZombieNode)) {}
explicit iterator_value(const Node& key, const Node& value)
- : Node(Node::ZombieNode), node_pair(key, value) {}
+ : Node(Node::ZombieNode), node_pair(key, value) {}
};
}
}