summaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc
diff options
context:
space:
mode:
authorCthulhu <[email protected]>2022-02-10 16:47:44 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:44 +0300
commit6aced6c854653b75aab9808d5995be5fc4d9fa53 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/grpc
parentbcb3e9d0eb2a8188a6a9fe0907a8949ce4881a4e (diff)
Restoring authorship annotation for Cthulhu <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc')
-rw-r--r--contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h b/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
index a32fb98c651..db46cd1104e 100644
--- a/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
+++ b/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
@@ -22,7 +22,7 @@
#include <grpc/support/port_platform.h>
#include <string.h>
-#include <util/system/compiler.h> // Y_NO_SANITIZE
+#include <util/system/compiler.h> // Y_NO_SANITIZE
#include <grpc/support/alloc.h>
@@ -353,7 +353,7 @@ template <typename SubchannelListType, typename SubchannelDataType>
SubchannelList<SubchannelListType, SubchannelDataType>::SubchannelList(
LoadBalancingPolicy* policy, TraceFlag* tracer, ServerAddressList addresses,
LoadBalancingPolicy::ChannelControlHelper* helper,
- const grpc_channel_args& args) Y_NO_SANITIZE("undefined")
+ const grpc_channel_args& args) Y_NO_SANITIZE("undefined")
: InternallyRefCounted<SubchannelListType>(tracer),
policy_(policy),
tracer_(tracer) {