diff options
author | Alexey Borzenkov <snaury@yandex-team.ru> | 2022-02-10 16:47:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:43 +0300 |
commit | 330c83f8c116bd45316397b179275e9d87007e7d (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/grpc/src | |
parent | 22d92781ba2a10b7fb5b977b7d1a5c40ff53885f (diff) | |
download | ydb-330c83f8c116bd45316397b179275e9d87007e7d.tar.gz |
Restoring authorship annotation for Alexey Borzenkov <snaury@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/src')
-rw-r--r-- | contrib/libs/grpc/src/core/lib/surface/call.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/grpc/src/core/lib/surface/call.cc b/contrib/libs/grpc/src/core/lib/surface/call.cc index af18f675bb..fe4c774c52 100644 --- a/contrib/libs/grpc/src/core/lib/surface/call.cc +++ b/contrib/libs/grpc/src/core/lib/surface/call.cc @@ -63,8 +63,8 @@ #include "src/core/lib/transport/status_metadata.h" #include "src/core/lib/transport/transport.h" -#include <util/system/yassert.h> - +#include <util/system/yassert.h> + /** The maximum number of concurrent batches possible. Based upon the maximum number of individually queueable ops in the batch api: @@ -1915,7 +1915,7 @@ static grpc_call_error call_start_batch(grpc_call* call, const grpc_op* ops, GRPC_CALL_INTERNAL_REF(call, "completion"); if (!is_notify_tag_closure) { - Y_VERIFY(grpc_cq_begin_op(call->cq, notify_tag)); + Y_VERIFY(grpc_cq_begin_op(call->cq, notify_tag)); } bctl->set_num_steps_to_complete((has_send_ops ? 1 : 0) + num_recv_ops); |