aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/grpc/src
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/src')
-rw-r--r--contrib/libs/grpc/src/compiler/config_protobuf.h12
-rw-r--r--contrib/libs/grpc/src/compiler/cpp_generator.cc4
-rw-r--r--contrib/libs/grpc/src/compiler/csharp_generator.h2
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make6
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make6
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make4
-rw-r--r--contrib/libs/grpc/src/compiler/objective_c_generator.cc2
-rw-r--r--contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h2
-rw-r--r--contrib/libs/grpc/src/compiler/php_generator.cc2
-rw-r--r--contrib/libs/grpc/src/compiler/python_generator.cc8
-rw-r--r--contrib/libs/grpc/src/compiler/python_generator_helpers.h4
-rw-r--r--contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/compression/message_compress.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/compression/stream_compression.h2
-rw-r--r--contrib/libs/grpc/src/core/lib/gpr/time_posix.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/ya.make2
-rw-r--r--contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc2
-rw-r--r--contrib/libs/grpc/src/python/grpcio/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_channelz/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_health_checking/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_reflection/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_status/ya.make2
29 files changed, 44 insertions, 44 deletions
diff --git a/contrib/libs/grpc/src/compiler/config_protobuf.h b/contrib/libs/grpc/src/compiler/config_protobuf.h
index 132786ad47..06d5073f43 100644
--- a/contrib/libs/grpc/src/compiler/config_protobuf.h
+++ b/contrib/libs/grpc/src/compiler/config_protobuf.h
@@ -22,16 +22,16 @@
#include <grpcpp/impl/codegen/config_protobuf.h>
#ifndef GRPC_CUSTOM_CODEGENERATOR
-#include <google/protobuf/compiler/code_generator.h>
+#include <google/protobuf/compiler/code_generator.h>
#define GRPC_CUSTOM_CODEGENERATOR ::google::protobuf::compiler::CodeGenerator
#define GRPC_CUSTOM_GENERATORCONTEXT \
::google::protobuf::compiler::GeneratorContext
#endif
#ifndef GRPC_CUSTOM_PRINTER
-#include <google/protobuf/io/coded_stream.h>
-#include <google/protobuf/io/printer.h>
-#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
+#include <google/protobuf/io/coded_stream.h>
+#include <google/protobuf/io/printer.h>
+#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#define GRPC_CUSTOM_PRINTER ::google::protobuf::io::Printer
#define GRPC_CUSTOM_CODEDOUTPUTSTREAM ::google::protobuf::io::CodedOutputStream
#define GRPC_CUSTOM_STRINGOUTPUTSTREAM \
@@ -39,12 +39,12 @@
#endif
#ifndef GRPC_CUSTOM_PLUGINMAIN
-#include <google/protobuf/compiler/plugin.h>
+#include <google/protobuf/compiler/plugin.h>
#define GRPC_CUSTOM_PLUGINMAIN ::google::protobuf::compiler::PluginMain
#endif
#ifndef GRPC_CUSTOM_PARSEGENERATORPARAMETER
-#include <google/protobuf/compiler/code_generator.h>
+#include <google/protobuf/compiler/code_generator.h>
#define GRPC_CUSTOM_PARSEGENERATORPARAMETER \
::google::protobuf::compiler::ParseGeneratorParameter
#endif
diff --git a/contrib/libs/grpc/src/compiler/cpp_generator.cc b/contrib/libs/grpc/src/compiler/cpp_generator.cc
index 20fa1d6c45..5759177474 100644
--- a/contrib/libs/grpc/src/compiler/cpp_generator.cc
+++ b/contrib/libs/grpc/src/compiler/cpp_generator.cc
@@ -69,8 +69,8 @@ void PrintIncludes(grpc_generator::Printer* printer,
bool use_system_headers, const TString& search_path) {
std::map<TString, TString> vars;
- vars["l"] = use_system_headers ? '<' : '"';
- vars["r"] = use_system_headers ? '>' : '"';
+ vars["l"] = use_system_headers ? '<' : '"';
+ vars["r"] = use_system_headers ? '>' : '"';
if (!search_path.empty()) {
vars["l"] += search_path;
diff --git a/contrib/libs/grpc/src/compiler/csharp_generator.h b/contrib/libs/grpc/src/compiler/csharp_generator.h
index 5dfbb5583c..c13da4657f 100644
--- a/contrib/libs/grpc/src/compiler/csharp_generator.h
+++ b/contrib/libs/grpc/src/compiler/csharp_generator.h
@@ -21,7 +21,7 @@
#include "src/compiler/config.h"
-#include <google/protobuf/compiler/csharp/csharp_names.h>
+#include <google/protobuf/compiler/csharp/csharp_names.h>
namespace grpc_csharp_generator {
diff --git a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make b/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make
index 35016d8da7..a4b7e363a3 100644
--- a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make
+++ b/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make
@@ -4,14 +4,14 @@ PROGRAM()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
PEERDIR(
contrib/libs/grpc/src/compiler/grpc_plugin_support
- contrib/libs/protobuf
- contrib/libs/protoc
+ contrib/libs/protobuf
+ contrib/libs/protoc
)
ADDINCL(
diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make b/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make
index 4f3bc91468..068ae1ead6 100644
--- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make
+++ b/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make
@@ -4,13 +4,13 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
PEERDIR(
- contrib/libs/protobuf
- contrib/libs/protoc
+ contrib/libs/protobuf
+ contrib/libs/protoc
)
ADDINCL(
diff --git a/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make b/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make
index c1d6261d45..cf2a106c91 100644
--- a/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make
+++ b/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make
@@ -4,13 +4,13 @@ PROGRAM()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
PEERDIR(
contrib/libs/grpc/src/compiler/grpc_plugin_support
- contrib/libs/protoc
+ contrib/libs/protoc
)
ADDINCL(
diff --git a/contrib/libs/grpc/src/compiler/objective_c_generator.cc b/contrib/libs/grpc/src/compiler/objective_c_generator.cc
index 2c82cf21be..07826b6a8d 100644
--- a/contrib/libs/grpc/src/compiler/objective_c_generator.cc
+++ b/contrib/libs/grpc/src/compiler/objective_c_generator.cc
@@ -24,7 +24,7 @@
#include "src/compiler/objective_c_generator.h"
#include "src/compiler/objective_c_generator_helpers.h"
-#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
+#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
using ::google::protobuf::compiler::objectivec::ClassName;
using ::grpc::protobuf::FileDescriptor;
diff --git a/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h b/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h
index 183f780dea..ae296741ce 100644
--- a/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h
+++ b/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h
@@ -23,7 +23,7 @@
#include "src/compiler/config.h"
#include "src/compiler/generator_helpers.h"
-#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
+#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
namespace grpc_objective_c_generator {
diff --git a/contrib/libs/grpc/src/compiler/php_generator.cc b/contrib/libs/grpc/src/compiler/php_generator.cc
index 38da8e907d..b35d3f2a02 100644
--- a/contrib/libs/grpc/src/compiler/php_generator.cc
+++ b/contrib/libs/grpc/src/compiler/php_generator.cc
@@ -18,7 +18,7 @@
#include <map>
-#include <google/protobuf/compiler/php/php_generator.h>
+#include <google/protobuf/compiler/php/php_generator.h>
#include "src/compiler/config.h"
#include "src/compiler/generator_helpers.h"
#include "src/compiler/php_generator_helpers.h"
diff --git a/contrib/libs/grpc/src/compiler/python_generator.cc b/contrib/libs/grpc/src/compiler/python_generator.cc
index eadba1a7f3..d083d19f0b 100644
--- a/contrib/libs/grpc/src/compiler/python_generator.cc
+++ b/contrib/libs/grpc/src/compiler/python_generator.cc
@@ -692,20 +692,20 @@ bool PrivateGenerator::PrintPreamble(grpc_generator::Printer* out) {
TString input_type_file_name = method->get_input_type_name();
TString input_module_name =
- ModuleName(input_type_file_name, config.import_prefix,
+ ModuleName(input_type_file_name, config.import_prefix,
config.prefixes_to_filter);
TString input_module_alias =
- ModuleAlias(input_type_file_name, config.import_prefix,
+ ModuleAlias(input_type_file_name, config.import_prefix,
config.prefixes_to_filter);
imports_set.insert(
std::make_tuple(input_module_name, input_module_alias));
TString output_type_file_name = method->get_output_type_name();
TString output_module_name =
- ModuleName(output_type_file_name, config.import_prefix,
+ ModuleName(output_type_file_name, config.import_prefix,
config.prefixes_to_filter);
TString output_module_alias =
- ModuleAlias(output_type_file_name, config.import_prefix,
+ ModuleAlias(output_type_file_name, config.import_prefix,
config.prefixes_to_filter);
imports_set.insert(
std::make_tuple(output_module_name, output_module_alias));
diff --git a/contrib/libs/grpc/src/compiler/python_generator_helpers.h b/contrib/libs/grpc/src/compiler/python_generator_helpers.h
index f6fe2dae7e..78e7efd7e0 100644
--- a/contrib/libs/grpc/src/compiler/python_generator_helpers.h
+++ b/contrib/libs/grpc/src/compiler/python_generator_helpers.h
@@ -81,7 +81,7 @@ TString ModuleAlias(const TString& filename,
const TString& import_prefix,
const std::vector<TString>& prefixes_to_filter) {
TString module_name =
- ModuleName(filename, import_prefix, prefixes_to_filter);
+ ModuleName(filename, import_prefix, prefixes_to_filter);
// We can't have dots in the module name, so we replace each with _dot_.
// But that could lead to a collision between a.b and a_dot_b, so we also
// duplicate each underscore.
@@ -109,7 +109,7 @@ bool GetModuleAndMessagePath(
TString module;
if (generator_file_name != file_name || generate_in_pb2_grpc) {
- module = ModuleAlias(file_name, import_prefix, prefixes_to_filter) + ".";
+ module = ModuleAlias(file_name, import_prefix, prefixes_to_filter) + ".";
} else {
module = "";
}
diff --git a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
index 4dd02b02eb..36d4b24c65 100644
--- a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
+++ b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
@@ -23,7 +23,7 @@
#include "y_absl/strings/str_format.h"
#include <ares.h>
-#error #include <uv.h>
+#error #include <uv.h>
#include "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h"
diff --git a/contrib/libs/grpc/src/core/lib/compression/message_compress.cc b/contrib/libs/grpc/src/core/lib/compression/message_compress.cc
index 3563348471..7c2a70bad4 100644
--- a/contrib/libs/grpc/src/core/lib/compression/message_compress.cc
+++ b/contrib/libs/grpc/src/core/lib/compression/message_compress.cc
@@ -25,7 +25,7 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include <zlib.h>
+#include <zlib.h>
#include "src/core/lib/slice/slice_internal.h"
diff --git a/contrib/libs/grpc/src/core/lib/compression/stream_compression.h b/contrib/libs/grpc/src/core/lib/compression/stream_compression.h
index 1403a4301a..7328c3ec0f 100644
--- a/contrib/libs/grpc/src/core/lib/compression/stream_compression.h
+++ b/contrib/libs/grpc/src/core/lib/compression/stream_compression.h
@@ -24,7 +24,7 @@
#include <stdbool.h>
#include <grpc/slice_buffer.h>
-#include <zlib.h>
+#include <zlib.h>
#include "src/core/lib/transport/static_metadata.h"
diff --git a/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc b/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc
index 294a13ef14..0a9e1158b3 100644
--- a/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc
+++ b/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc
@@ -72,7 +72,7 @@ static gpr_timespec now_impl(gpr_clock_type clock_type) {
gpr_precise_clock_now(&ret);
return ret;
} else {
-#if defined(GPR_BACKWARDS_COMPATIBILITY_MODE) && defined(__linux__)
+#if defined(GPR_BACKWARDS_COMPATIBILITY_MODE) && defined(__linux__)
/* avoid ABI problems by invoking syscalls directly */
syscall(SYS_clock_gettime, clockid_for_gpr_clock[clock_type], &now);
#else
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc
index 7d6d9f1ebc..5421a584e9 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc
@@ -26,7 +26,7 @@
#include <grpc/support/log.h>
#include "src/core/lib/iomgr/pollset_custom.h"
-#error #include <uv.h>
+#error #include <uv.h>
/* Indicates that grpc_pollset_work should run an iteration of the UV loop
before running callbacks. This defaults to 1, and should be disabled if
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h b/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h
index 00afdfb4fb..57126c7c93 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h
+++ b/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h
@@ -26,7 +26,7 @@
#include "src/core/lib/iomgr/port.h"
#ifdef GRPC_UV
-#error #include <uv.h>
+#error #include <uv.h>
#endif
#ifdef GRPC_WINSOCK_SOCKET
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h b/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h
index 2e9cb9e2cc..a5d2a6c3a6 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h
+++ b/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h
@@ -26,7 +26,7 @@
#ifdef GRPC_UV
-#error #include <uv.h>
+#error #include <uv.h>
// TODO(kpayson) It would be nice to abstract this so we don't
// depend on anything uv specific
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc
index ff58e98c96..96f193ddcc 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc
@@ -27,7 +27,7 @@
#include <grpc/support/log.h>
-#error #include <uv.h>
+#error #include <uv.h>
uint16_t grpc_htons(uint16_t hostshort) { return htons(hostshort); }
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc
index 1f376d744a..371b38c991 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc
@@ -39,7 +39,7 @@
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.h"
-#error #include <uv.h>
+#error #include <uv.h>
#define IGNORE_CONST(addr) ((grpc_sockaddr*)(uintptr_t)(addr))
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc
index 23792c93d7..8b10edffa0 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc
@@ -30,7 +30,7 @@
#include "src/core/lib/iomgr/timer.h"
#include "src/core/lib/iomgr/timer_custom.h"
-#error #include <uv.h>
+#error #include <uv.h>
static void timer_close_callback(uv_handle_t* handle) { gpr_free(handle); }
diff --git a/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc b/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc
index 2dcfb63c6f..77c8ca3277 100644
--- a/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc
+++ b/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc
@@ -24,7 +24,7 @@
#include <sys/sdt.h>
/* Generated from src/core/profiling/stap_probes.d */
-#error #include "src/core/lib/profiling/stap_probes.h"
+#error #include "src/core/lib/profiling/stap_probes.h"
/* Latency profiler API implementation. */
void gpr_timer_add_mark(int tag, const char* tagstr, void* id, const char* file,
diff --git a/contrib/libs/grpc/src/core/lib/ya.make b/contrib/libs/grpc/src/core/lib/ya.make
index cff119a211..93f59abe37 100644
--- a/contrib/libs/grpc/src/core/lib/ya.make
+++ b/contrib/libs/grpc/src/core/lib/ya.make
@@ -2,7 +2,7 @@
LIBRARY()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
diff --git a/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc b/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc
index c465dd280d..6dcf84bf40 100644
--- a/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc
+++ b/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc
@@ -30,7 +30,7 @@ namespace {
grpc::protobuf::util::Status ParseJson(const char* json_str,
grpc::protobuf::Message* message) {
grpc::protobuf::json::JsonParseOptions options;
- options.case_insensitive_enum_parsing = true;
+ options.case_insensitive_enum_parsing = true;
return grpc::protobuf::json::JsonStringToMessage(json_str, message, options);
}
diff --git a/contrib/libs/grpc/src/python/grpcio/ya.make b/contrib/libs/grpc/src/python/grpcio/ya.make
index 13473ff13d..5cdb0230c4 100644
--- a/contrib/libs/grpc/src/python/grpcio/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio/ya.make
@@ -28,7 +28,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make b/contrib/libs/grpc/src/python/grpcio_channelz/ya.make
index aa74f5893f..2703d70ab0 100644
--- a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_channelz/ya.make
@@ -29,7 +29,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make b/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make
index 2641ad8fee..4bab1758a5 100644
--- a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make
@@ -29,7 +29,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make
index 9c6c7101bd..c0f7d61dcc 100644
--- a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make
@@ -30,7 +30,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_status/ya.make b/contrib/libs/grpc/src/python/grpcio_status/ya.make
index 5cc7ee95d6..61a3ee4336 100644
--- a/contrib/libs/grpc/src/python/grpcio_status/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_status/ya.make
@@ -30,7 +30,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()